Skip to content

Commit 00dc8e3

Browse files
Update Rust crate clap to v4.4.14 (#7897)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2689f8f commit 00dc8e3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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
@@ -64,7 +64,7 @@ crates_io_markdown = { path = "crates_io_markdown" }
6464
crates_io_tarball = { path = "crates_io_tarball" }
6565
crates_io_worker = { path = "crates_io_worker" }
6666
chrono = { version = "=0.4.31", default-features = false, features = ["serde"] }
67-
clap = { version = "=4.4.13", features = ["derive", "env", "unicode", "wrap_help"] }
67+
clap = { version = "=4.4.14", features = ["derive", "env", "unicode", "wrap_help"] }
6868
cookie = { version = "=0.18.0", features = ["secure"] }
6969
crossbeam-channel = "=0.5.11"
7070
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
@@ -10,7 +10,7 @@ workspace = true
1010
[dependencies]
1111
anyhow = "=1.0.79"
1212
bytes = "=1.5.0"
13-
clap = { version = "=4.4.13", features = ["derive", "env", "unicode", "wrap_help"] }
13+
clap = { version = "=4.4.14", features = ["derive", "env", "unicode", "wrap_help"] }
1414
crates_io_index = { path = "../crates_io_index" }
1515
reqwest = { version = "=0.11.23", features = ["gzip", "json"] }
1616
secrecy = "=0.8.0"

crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tracing = "=0.1.40"
2525
[dev-dependencies]
2626
anyhow = "=1.0.79"
2727
claims = "=0.7.1"
28-
clap = { version = "=4.4.13", features = ["derive", "unicode", "wrap_help"] }
28+
clap = { version = "=4.4.14", features = ["derive", "unicode", "wrap_help"] }
2929
indicatif = { version = "=0.17.7", features = ["rayon"] }
3030
rayon = "=1.8.0"
3131
tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] }

0 commit comments

Comments
 (0)