diff --git a/Cargo.lock b/Cargo.lock index c7fe2c6d3f4..bb7dedcde37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1169,9 +1169,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.38" +version = "4.5.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000" +checksum = "fd60e63e9be68e5fb56422e397cf9baddded06dae1d2e523401542383bc72a9f" dependencies = [ "clap_builder", "clap_derive", @@ -1179,9 +1179,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.38" +version = "4.5.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120" +checksum = "89cc6392a1f72bbeb820d71f32108f61fdaf18bc526e1d23954168a67759ef51" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index d1eee49ae88..c725a882a01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ crates_io_trustpub = { path = "crates/crates_io_trustpub" } crates_io_worker = { path = "crates/crates_io_worker" } csv = "=1.3.1" chrono = { version = "=0.4.41", default-features = false, features = ["serde"] } -clap = { version = "=4.5.38", features = ["derive", "env", "unicode", "wrap_help"] } +clap = { version = "=4.5.39", features = ["derive", "env", "unicode", "wrap_help"] } cookie = { version = "=0.18.1", features = ["secure"] } deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] } derive_more = { version = "=2.0.1", features = ["deref", "deref_mut", "display"] } diff --git a/crates/crates_io_cdn_logs/Cargo.toml b/crates/crates_io_cdn_logs/Cargo.toml index 34f20a7eeef..9cf76d3e1a2 100644 --- a/crates/crates_io_cdn_logs/Cargo.toml +++ b/crates/crates_io_cdn_logs/Cargo.toml @@ -21,7 +21,7 @@ tracing = "=0.1.41" [dev-dependencies] claims = "=0.8.0" -clap = { version = "=4.5.38", features = ["derive"] } +clap = { version = "=4.5.39", features = ["derive"] } criterion = { version = "=0.6.0", features = ["async_tokio"] } insta = "=1.43.1" tokio = { version = "=1.45.1", features = ["fs", "macros", "rt", "rt-multi-thread"] } diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index 7eeb467b38a..5cbd0fec519 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -21,7 +21,7 @@ thiserror = "=2.0.12" tracing = "=0.1.41" [dev-dependencies] -clap = { version = "=4.5.38", features = ["derive", "env", "unicode", "wrap_help"] } +clap = { version = "=4.5.39", features = ["derive", "env", "unicode", "wrap_help"] } secrecy = "=0.10.3" tokio = { version = "=1.45.1", features = ["macros", "rt-multi-thread"] } tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] } diff --git a/crates/crates_io_pagerduty/Cargo.toml b/crates/crates_io_pagerduty/Cargo.toml index 6fc05af7d01..243adfca09a 100644 --- a/crates/crates_io_pagerduty/Cargo.toml +++ b/crates/crates_io_pagerduty/Cargo.toml @@ -14,5 +14,5 @@ secrecy = "=0.10.3" serde = { version = "=1.0.219", features = ["derive"] } [dev-dependencies] -clap = { version = "=4.5.38", features = ["derive", "env", "unicode", "wrap_help"] } +clap = { version = "=4.5.39", features = ["derive", "env", "unicode", "wrap_help"] } tokio = { version = "=1.45.1", features = ["macros", "rt-multi-thread"] } diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index da59baf7ae6..a25b1d0464e 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -10,7 +10,7 @@ workspace = true [dependencies] anyhow = "=1.0.98" bytes = "=1.10.1" -clap = { version = "=4.5.38", features = ["derive", "env", "unicode", "wrap_help"] } +clap = { version = "=4.5.39", features = ["derive", "env", "unicode", "wrap_help"] } crates_io_index = { path = "../crates_io_index" } rand = "=0.9.1" reqwest = { version = "=0.12.15", features = ["gzip", "json"] } diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 3c39ed03323..83a8bb70f42 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -26,7 +26,7 @@ futures-util = "=0.3.31" [dev-dependencies] anyhow = "=1.0.98" claims = "=0.8.0" -clap = { version = "=4.5.38", features = ["derive", "unicode", "wrap_help"] } +clap = { version = "=4.5.39", features = ["derive", "unicode", "wrap_help"] } flate2 = { version = "=1.1.1" } indicatif = { version = "=0.17.11", features = ["rayon"] } insta = "=1.43.1"