Skip to content

Commit

Permalink
Update Rust crate clap to v4.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Aug 2, 2024
1 parent 65f8d71 commit 8df236b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ byteorder = { version = "1.5.0" }
bytes = { version = "1.6.0", features = ["serde"] }
chrono = { version = "0.4.38", features = ["serde"] }
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
clap = { version = "4.5.9", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.9", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
clap = { version = "4.5.13", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.13", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
console = { version = "0.15.8" }
const-oid = { version = "0.9.6", default-features = false, features = ["db", "std"] }
crossbeam-epoch = { version = "0.9.18" }
Expand Down Expand Up @@ -137,8 +137,8 @@ byteorder = { version = "1.5.0" }
bytes = { version = "1.6.0", features = ["serde"] }
chrono = { version = "0.4.38", features = ["serde"] }
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
clap = { version = "4.5.9", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.9", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
clap = { version = "4.5.13", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.13", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
console = { version = "0.15.8" }
const-oid = { version = "0.9.6", default-features = false, features = ["db", "std"] }
crossbeam-epoch = { version = "0.9.18" }
Expand Down

0 comments on commit 8df236b

Please sign in to comment.