Skip to content

Commit 3df4773

Browse files
Update Rust crate clap to v4.3.14 (#6822)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 58abc0d commit 3df4773

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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
@@ -41,7 +41,7 @@ crates_io_markdown = { path = "crates_io_markdown" }
4141
crates_io_s3 = { path = "crates_io_s3" }
4242
crates_io_tarball = { path = "crates_io_tarball" }
4343
chrono = { version = "=0.4.26", default-features = false, features = ["serde"] }
44-
clap = { version = "=4.3.12", features = ["derive", "env", "unicode", "wrap_help"] }
44+
clap = { version = "=4.3.14", features = ["derive", "env", "unicode", "wrap_help"] }
4545
cookie = { version = "=0.17.0", features = ["secure"] }
4646
crossbeam-channel = "=0.5.8"
4747
dashmap = { version = "=5.5.0", features = ["raw-api"] }

crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ tracing = "=0.1.37"
2121
[dev-dependencies]
2222
anyhow = "=1.0.72"
2323
claims = "=0.7.1"
24-
clap = { version = "=4.3.12", features = ["derive", "unicode", "wrap_help"] }
24+
clap = { version = "=4.3.14", features = ["derive", "unicode", "wrap_help"] }
2525
tracing-subscriber = { version = "=0.3.17", features = ["env-filter"] }

0 commit comments

Comments
 (0)