From c0f64b375e1cf341052258921acf9c723207e376 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:26:48 +0000 Subject: [PATCH] Update Rust crate clap to v4.5.19 --- Cargo.lock | 26 ++++++++++++++++---------- Cargo.toml | 2 +- crates/crates_io_cdn_logs/Cargo.toml | 2 +- crates/crates_io_smoke_test/Cargo.toml | 2 +- crates/crates_io_tarball/Cargo.toml | 2 +- 5 files changed, 20 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22eddd12f95..e90d241aa68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -854,9 +854,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.18" +version = "4.5.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0956a43b323ac1afaffc053ed5c4b7c1f1800bacd1683c353aabbb752515dd3" +checksum = "7be5744db7978a28d9df86a214130d106a89ce49644cbc4e3f0c22c3fba30615" dependencies = [ "clap_builder", "clap_derive", @@ -864,9 +864,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.18" +version = "4.5.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d72166dd41634086d5803a47eb71ae740e61d84709c36f3c34110173db3961b" +checksum = "a5fbc17d3ef8278f55b282b2a2e75ae6f6c7d4bb70ed3d0382375104bfafdb4b" dependencies = [ "anstream", "anstyle", @@ -874,7 +874,7 @@ dependencies = [ "strsim", "terminal_size", "unicase", - "unicode-width", + "unicode-width 0.2.0", ] [[package]] @@ -927,7 +927,7 @@ dependencies = [ "encode_unicode", "lazy_static", "libc", - "unicode-width", + "unicode-width 0.1.14", "windows-sys 0.52.0", ] @@ -2592,7 +2592,7 @@ dependencies = [ "number_prefix", "portable-atomic", "rayon", - "unicode-width", + "unicode-width 0.1.14", ] [[package]] @@ -4756,12 +4756,12 @@ dependencies = [ [[package]] name = "terminal_size" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" +checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef" dependencies = [ "rustix", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -5236,6 +5236,12 @@ version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" +[[package]] +name = "unicode-width" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" + [[package]] name = "unicode-xid" version = "0.2.6" diff --git a/Cargo.toml b/Cargo.toml index 88f23f76b74..125c4994086 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ crates_io_tarball = { path = "crates/crates_io_tarball" } crates_io_worker = { path = "crates/crates_io_worker" } csv = "=1.3.0" chrono = { version = "=0.4.38", default-features = false, features = ["serde"] } -clap = { version = "=4.5.18", features = ["derive", "env", "unicode", "wrap_help"] } +clap = { version = "=4.5.19", features = ["derive", "env", "unicode", "wrap_help"] } cookie = { version = "=0.18.1", features = ["secure"] } deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] } derive_builder = "=0.20.1" diff --git a/crates/crates_io_cdn_logs/Cargo.toml b/crates/crates_io_cdn_logs/Cargo.toml index 26bf4083029..ad7b6a57bb6 100644 --- a/crates/crates_io_cdn_logs/Cargo.toml +++ b/crates/crates_io_cdn_logs/Cargo.toml @@ -21,7 +21,7 @@ tracing = "=0.1.40" [dev-dependencies] claims = "=0.7.1" -clap = { version = "=4.5.18", features = ["derive"] } +clap = { version = "=4.5.19", features = ["derive"] } criterion = { version = "=0.5.1", features = ["async_tokio"] } insta = "=1.40.0" tokio = { version = "=1.40.0", features = ["fs", "macros", "rt", "rt-multi-thread"] } diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index fc1b36949a9..fd19e6c62db 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.89" bytes = "=1.7.2" -clap = { version = "=4.5.18", features = ["derive", "env", "unicode", "wrap_help"] } +clap = { version = "=4.5.19", features = ["derive", "env", "unicode", "wrap_help"] } crates_io_index = { path = "../crates_io_index" } reqwest = { version = "=0.12.8", features = ["gzip", "json"] } secrecy = "=0.10.2" diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index ada95a4f060..5a8cbf1033a 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -22,7 +22,7 @@ tracing = "=0.1.40" [dev-dependencies] anyhow = "=1.0.89" claims = "=0.7.1" -clap = { version = "=4.5.18", features = ["derive", "unicode", "wrap_help"] } +clap = { version = "=4.5.19", features = ["derive", "unicode", "wrap_help"] } indicatif = { version = "=0.17.8", features = ["rayon"] } insta = "=1.40.0" rayon = "=1.10.0"