Skip to content

Commit

Permalink
Update Rust crate clap to v4.5.30 (#7480)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Feb 21, 2025
1 parent b14c93e commit 9a0962e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
17 changes: 9 additions & 8 deletions Cargo.lock

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

10 changes: 6 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ byteorder = { version = "1.5.0" }
bytes = { version = "1.9.0", features = ["serde"] }
chrono = { version = "0.4.39", features = ["serde"] }
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
clap = { version = "4.5.27", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.27", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
clap = { version = "4.5.30", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.30", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
console = { version = "0.15.10" }
crossbeam-epoch = { version = "0.9.18" }
crossbeam-utils = { version = "0.8.20" }
Expand Down Expand Up @@ -63,6 +63,7 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
getrandom = { version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.15.1" }
heck = { version = "0.4.1" }
hex = { version = "0.4.3", features = ["serde"] }
hickory-proto = { version = "0.24.3", features = ["text-parsing"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
Expand Down Expand Up @@ -155,8 +156,8 @@ bytes = { version = "1.9.0", features = ["serde"] }
cc = { version = "1.1.30", default-features = false, features = ["parallel"] }
chrono = { version = "0.4.39", features = ["serde"] }
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
clap = { version = "4.5.27", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.27", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
clap = { version = "4.5.30", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.30", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
console = { version = "0.15.10" }
crossbeam-epoch = { version = "0.9.18" }
crossbeam-utils = { version = "0.8.20" }
Expand Down Expand Up @@ -184,6 +185,7 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
getrandom = { version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.15.1" }
heck = { version = "0.4.1" }
hex = { version = "0.4.3", features = ["serde"] }
hickory-proto = { version = "0.24.3", features = ["text-parsing"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
Expand Down

0 comments on commit 9a0962e

Please sign in to comment.