Skip to content

Commit 75802f1

Browse files
Update Rust crate clap to v4.5.19 (#9555)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e248fc5 commit 75802f1

File tree

5 files changed

+20
-14
lines changed

5 files changed

+20
-14
lines changed

Cargo.lock

Lines changed: 16 additions & 10 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
@@ -65,7 +65,7 @@ crates_io_tarball = { path = "crates/crates_io_tarball" }
6565
crates_io_worker = { path = "crates/crates_io_worker" }
6666
csv = "=1.3.0"
6767
chrono = { version = "=0.4.38", default-features = false, features = ["serde"] }
68-
clap = { version = "=4.5.18", features = ["derive", "env", "unicode", "wrap_help"] }
68+
clap = { version = "=4.5.19", features = ["derive", "env", "unicode", "wrap_help"] }
6969
cookie = { version = "=0.18.1", features = ["secure"] }
7070
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
7171
derive_builder = "=0.20.1"

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.18", features = ["derive"] }
24+
clap = { version = "=4.5.19", features = ["derive"] }
2525
criterion = { version = "=0.5.1", features = ["async_tokio"] }
2626
insta = "=1.40.0"
2727
tokio = { version = "=1.40.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.89"
1212
bytes = "=1.7.2"
13-
clap = { version = "=4.5.18", features = ["derive", "env", "unicode", "wrap_help"] }
13+
clap = { version = "=4.5.19", features = ["derive", "env", "unicode", "wrap_help"] }
1414
crates_io_index = { path = "../crates_io_index" }
1515
reqwest = { version = "=0.12.8", features = ["gzip", "json"] }
1616
secrecy = "=0.10.2"

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.89"
2424
claims = "=0.7.1"
25-
clap = { version = "=4.5.18", features = ["derive", "unicode", "wrap_help"] }
25+
clap = { version = "=4.5.19", features = ["derive", "unicode", "wrap_help"] }
2626
indicatif = { version = "=0.17.8", features = ["rayon"] }
2727
insta = "=1.40.0"
2828
rayon = "=1.10.0"

0 commit comments

Comments
 (0)