Skip to content

Commit 557573f

Browse files
Update Rust crate clap to v4.5.37
1 parent b2467e3 commit 557573f

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

Cargo.lock

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workspace-hack/Cargo.toml

+6-4
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.40", features = ["serde"] }
3535
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
36-
clap = { version = "4.5.35", features = ["cargo", "derive", "env", "wrap_help"] }
37-
clap_builder = { version = "4.5.35", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
36+
clap = { version = "4.5.37", features = ["cargo", "derive", "env", "wrap_help"] }
37+
clap_builder = { version = "4.5.37", 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" }
@@ -62,6 +62,7 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
6262
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
6363
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
6464
hashbrown = { version = "0.15.1" }
65+
heck = { version = "0.4.1" }
6566
hickory-proto = { version = "0.24.4", features = ["text-parsing"] }
6667
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
6768
hyper = { version = "1.6.0", features = ["full"] }
@@ -155,8 +156,8 @@ bytes = { version = "1.10.1", features = ["serde"] }
155156
cc = { version = "1.2.15", default-features = false, features = ["parallel"] }
156157
chrono = { version = "0.4.40", features = ["serde"] }
157158
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
158-
clap = { version = "4.5.35", features = ["cargo", "derive", "env", "wrap_help"] }
159-
clap_builder = { version = "4.5.35", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
159+
clap = { version = "4.5.37", features = ["cargo", "derive", "env", "wrap_help"] }
160+
clap_builder = { version = "4.5.37", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
160161
console = { version = "0.15.10" }
161162
crossbeam-epoch = { version = "0.9.18" }
162163
crossbeam-utils = { version = "0.8.21" }
@@ -184,6 +185,7 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
184185
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
185186
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
186187
hashbrown = { version = "0.15.1" }
188+
heck = { version = "0.4.1" }
187189
hickory-proto = { version = "0.24.4", features = ["text-parsing"] }
188190
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
189191
hyper = { version = "1.6.0", features = ["full"] }

0 commit comments

Comments
 (0)