Skip to content

Commit 8bac8bb

Browse files
authored
Merge pull request #314 from rust-lang/dependabot/cargo/clap-4.5.0
build(deps): bump clap from 4.4.18 to 4.5.0
2 parents 165a807 + ae9fd7e commit 8bac8bb

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ reqwest = { version = "0.11.12", features = ["blocking", "json"] }
2929
rustc_version = "0.4.0"
3030
serde = { version = "1.0.145", features = ["derive"] }
3131
serde_json = "1.0"
32-
clap = { version = "4.0", features = ["derive", "wrap_help"] }
32+
clap = { version = "4.5", features = ["derive", "wrap_help"] }
3333
tar = "0.4"
3434
tee = "0.1"
3535
tempfile = "3"

0 commit comments

Comments
 (0)