Skip to content

Commit e637f7d

Browse files
Update Rust crate clap to v4.4.7 (#7355)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 732dd4f commit e637f7d

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -43,7 +43,7 @@ crates_io_index = { path = "crates_io_index" }
4343
crates_io_markdown = { path = "crates_io_markdown" }
4444
crates_io_tarball = { path = "crates_io_tarball" }
4545
chrono = { version = "=0.4.31", default-features = false, features = ["serde"] }
46-
clap = { version = "=4.4.6", features = ["derive", "env", "unicode", "wrap_help"] }
46+
clap = { version = "=4.4.7", features = ["derive", "env", "unicode", "wrap_help"] }
4747
cookie = { version = "=0.17.0", features = ["secure"] }
4848
crossbeam-channel = "=0.5.8"
4949
dashmap = { version = "=5.5.3", features = ["raw-api"] }

crates_io_smoke_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
[dependencies]
88
anyhow = "=1.0.75"
99
bytes = "=1.5.0"
10-
clap = { version = "=4.4.6", features = ["derive", "env", "unicode", "wrap_help"] }
10+
clap = { version = "=4.4.7", features = ["derive", "env", "unicode", "wrap_help"] }
1111
crates_io_index = { path = "../crates_io_index" }
1212
reqwest = { version = "=0.11.22", features = ["blocking", "gzip", "json"] }
1313
secrecy = "=0.8.0"

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.75"
2424
claims = "=0.7.1"
25-
clap = { version = "=4.4.6", features = ["derive", "unicode", "wrap_help"] }
25+
clap = { version = "=4.4.7", features = ["derive", "unicode", "wrap_help"] }
2626
indicatif = { version = "=0.17.7", features = ["rayon"] }
2727
rayon = "=1.8.0"
2828
tracing-subscriber = { version = "=0.3.17", features = ["env-filter"] }

0 commit comments

Comments
 (0)