Skip to content

Commit b97a192

Browse files
Update Rust crate clap to v4.5.52 (#12356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f2411ff commit b97a192

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
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
@@ -89,7 +89,7 @@ crates_io_version = { path = "crates/crates_io_version" }
8989
crates_io_worker = { path = "crates/crates_io_worker" }
9090
csv = "=1.4.0"
9191
chrono = { version = "=0.4.42", default-features = false, features = ["serde"] }
92-
clap = { version = "=4.5.51", features = ["derive", "env", "unicode", "wrap_help"] }
92+
clap = { version = "=4.5.52", features = ["derive", "env", "unicode", "wrap_help"] }
9393
cookie = { version = "=0.18.1", features = ["secure"] }
9494
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
9595
derive_more = { version = "=2.0.1", features = ["deref", "deref_mut", "display"] }

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.41"
2121

2222
[dev-dependencies]
2323
claims = "=0.8.0"
24-
clap = { version = "=4.5.51", features = ["derive"] }
24+
clap = { version = "=4.5.52", features = ["derive"] }
2525
criterion = { version = "=0.7.0", features = ["async_tokio"] }
2626
insta = "=1.43.2"
2727
tokio = { version = "=1.48.0", features = ["fs", "macros", "rt", "rt-multi-thread"] }

crates/crates_io_github/Cargo.toml

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

2323
[dev-dependencies]
24-
clap = { version = "=4.5.51", features = ["derive", "env", "unicode", "wrap_help"] }
24+
clap = { version = "=4.5.52", features = ["derive", "env", "unicode", "wrap_help"] }
2525
secrecy = "=0.10.3"
2626
tokio = { version = "=1.48.0", features = ["macros", "rt-multi-thread"] }
2727
tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] }

crates/crates_io_pagerduty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ secrecy = "=0.10.3"
1515
serde = { version = "=1.0.228", features = ["derive"] }
1616

1717
[dev-dependencies]
18-
clap = { version = "=4.5.51", features = ["derive", "env", "unicode", "wrap_help"] }
18+
clap = { version = "=4.5.52", features = ["derive", "env", "unicode", "wrap_help"] }
1919
tokio = { version = "=1.48.0", features = ["macros", "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.100"
1212
bytes = "=1.11.0"
13-
clap = { version = "=4.5.51", features = ["derive", "env", "unicode", "wrap_help"] }
13+
clap = { version = "=4.5.52", features = ["derive", "env", "unicode", "wrap_help"] }
1414
crates_io_index = { path = "../crates_io_index" }
1515
rand = "=0.9.2"
1616
reqwest = { version = "=0.12.24", features = ["gzip", "json"] }

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ futures-util = "=0.3.31"
2626
[dev-dependencies]
2727
anyhow = "=1.0.100"
2828
claims = "=0.8.0"
29-
clap = { version = "=4.5.51", features = ["derive", "unicode", "wrap_help"] }
29+
clap = { version = "=4.5.52", features = ["derive", "unicode", "wrap_help"] }
3030
flate2 = { version = "=1.1.5" }
3131
indicatif = { version = "=0.18.3", features = ["rayon"] }
3232
insta = "=1.43.2"

crates/crates_io_trustpub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tracing = "=0.1.41"
3232
[dev-dependencies]
3333
bon = "=3.8.1"
3434
claims = "=0.8.0"
35-
clap = { version = "=4.5.51", features = ["derive", "env", "unicode", "wrap_help"] }
35+
clap = { version = "=4.5.52", features = ["derive", "env", "unicode", "wrap_help"] }
3636
insta = { version = "=1.43.2", features = ["json", "redactions"] }
3737
mockito = "=1.7.0"
3838
serde_json = "=1.0.145"

0 commit comments

Comments
 (0)