Skip to content

Commit 5520e75

Browse files
Update Rust crate clap to v4.5.9 (#9040)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c6f08d commit 5520e75

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ crates_io_tarball = { path = "crates/crates_io_tarball" }
6767
crates_io_worker = { path = "crates/crates_io_worker" }
6868
csv = "=1.3.0"
6969
chrono = { version = "=0.4.38", default-features = false, features = ["serde"] }
70-
clap = { version = "=4.5.8", features = ["derive", "env", "unicode", "wrap_help"] }
70+
clap = { version = "=4.5.9", features = ["derive", "env", "unicode", "wrap_help"] }
7171
cookie = { version = "=0.18.1", features = ["secure"] }
7272
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
7373
derive_builder = "=0.20.0"

crates/crates_io_cdn_logs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tracing = "=0.1.40"
2121

2222
[dev-dependencies]
2323
claims = "=0.7.1"
24-
clap = { version = "=4.5.8", features = ["derive"] }
24+
clap = { version = "=4.5.9", features = ["derive"] }
2525
criterion = { version = "=0.5.1", features = ["async_tokio"] }
2626
insta = "=1.39.0"
2727
tokio = { version = "=1.38.0", features = ["fs", "macros", "rt", "rt-multi-thread"] }

crates/crates_io_smoke_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ workspace = true
1010
[dependencies]
1111
anyhow = "=1.0.86"
1212
bytes = "=1.6.0"
13-
clap = { version = "=4.5.8", features = ["derive", "env", "unicode", "wrap_help"] }
13+
clap = { version = "=4.5.9", features = ["derive", "env", "unicode", "wrap_help"] }
1414
crates_io_index = { path = "../crates_io_index" }
1515
reqwest = { version = "=0.12.5", features = ["gzip", "json"] }
1616
secrecy = "=0.8.0"

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tracing = "=0.1.40"
2222
[dev-dependencies]
2323
anyhow = "=1.0.86"
2424
claims = "=0.7.1"
25-
clap = { version = "=4.5.8", features = ["derive", "unicode", "wrap_help"] }
25+
clap = { version = "=4.5.9", features = ["derive", "unicode", "wrap_help"] }
2626
indicatif = { version = "=0.17.8", features = ["rayon"] }
2727
insta = "=1.39.0"
2828
rayon = "=1.10.0"

0 commit comments

Comments
 (0)