Skip to content

Commit 8a9fb20

Browse files
Update Rust crate clap to v4.5.41 (#8659)
1 parent e7c2c0a commit 8a9fb20

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

Cargo.lock

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workspace-hack/Cargo.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ byteorder = { version = "1.5.0" }
3333
bytes = { version = "1.10.1", features = ["serde"] }
3434
chrono = { version = "0.4.41", features = ["serde"] }
3535
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
36-
clap = { version = "4.5.40", features = ["cargo", "derive", "env", "wrap_help"] }
37-
clap_builder = { version = "4.5.40", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
36+
clap = { version = "4.5.41", features = ["cargo", "derive", "env", "wrap_help"] }
37+
clap_builder = { version = "4.5.41", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
3838
console = { version = "0.15.10" }
3939
crossbeam-epoch = { version = "0.9.18" }
4040
crossbeam-utils = { version = "0.8.21" }
@@ -65,6 +65,7 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
6565
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
6666
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
6767
hashbrown = { version = "0.15.4" }
68+
heck = { version = "0.4.1" }
6869
hickory-proto = { version = "0.25.2", features = ["serde", "text-parsing"] }
6970
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
7071
hyper = { version = "1.6.0", features = ["full"] }
@@ -169,8 +170,8 @@ bytes = { version = "1.10.1", features = ["serde"] }
169170
cc = { version = "1.2.30", default-features = false, features = ["parallel"] }
170171
chrono = { version = "0.4.41", features = ["serde"] }
171172
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
172-
clap = { version = "4.5.40", features = ["cargo", "derive", "env", "wrap_help"] }
173-
clap_builder = { version = "4.5.40", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
173+
clap = { version = "4.5.41", features = ["cargo", "derive", "env", "wrap_help"] }
174+
clap_builder = { version = "4.5.41", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
174175
console = { version = "0.15.10" }
175176
crossbeam-epoch = { version = "0.9.18" }
176177
crossbeam-utils = { version = "0.8.21" }
@@ -201,6 +202,7 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
201202
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
202203
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
203204
hashbrown = { version = "0.15.4" }
205+
heck = { version = "0.4.1" }
204206
hickory-proto = { version = "0.25.2", features = ["serde", "text-parsing"] }
205207
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
206208
hyper = { version = "1.6.0", features = ["full"] }

0 commit comments

Comments
 (0)