Skip to content

Commit

Permalink
chore(deps): Update Rust crate derive_more to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2024
1 parent f24cdf5 commit 0cecf2d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 22 deletions.
44 changes: 23 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ toml = { version = "0.8", optional = true }
humantime = { version = "2", optional = true }
humantime-serde = { version = "1", optional = true }
bstr = { version = "1.4", features = ["serde"] }
derive_more = "0.99.17"
derive_more = { version = "1.0.0", features = ["is_variant"] }
eyre = "0.6"
schemars = { version = "0.8.12", features = ["preserve_order"], optional = true }
clap = { version = "4.2", features = ["derive"], optional = true }
Expand Down

0 comments on commit 0cecf2d

Please sign in to comment.