Skip to content

Commit

Permalink
Update Rust crate clap to v4.5.20 (#9602)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 2c512f3 commit 6a7d873
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.19", features = ["derive", "env", "unicode", "wrap_help"] }
clap = { version = "=4.5.20", 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"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_cdn_logs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tracing = "=0.1.40"

[dev-dependencies]
claims = "=0.7.1"
clap = { version = "=4.5.19", features = ["derive"] }
clap = { version = "=4.5.20", 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"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_smoke_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ workspace = true
[dependencies]
anyhow = "=1.0.89"
bytes = "=1.7.2"
clap = { version = "=4.5.19", features = ["derive", "env", "unicode", "wrap_help"] }
clap = { version = "=4.5.20", 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"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_tarball/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tracing = "=0.1.40"
[dev-dependencies]
anyhow = "=1.0.89"
claims = "=0.7.1"
clap = { version = "=4.5.19", features = ["derive", "unicode", "wrap_help"] }
clap = { version = "=4.5.20", features = ["derive", "unicode", "wrap_help"] }
indicatif = { version = "=0.17.8", features = ["rayon"] }
insta = "=1.40.0"
rayon = "=1.10.0"
Expand Down

0 comments on commit 6a7d873

Please sign in to comment.