Skip to content

Commit cd190eb

Browse files
Bump clap from 3.1.18 to 3.2.5
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.18 to 3.2.5. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v3.1.18...v3.2.5) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f4efb18 commit cd190eb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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
@@ -25,7 +25,7 @@ reqwest = { version = "0.11.10", features = ["blocking", "json"] }
2525
rustc_version = "0.4.0"
2626
serde = { version = "1.0.110", features = ["derive"] }
2727
serde_json = "1.0"
28-
clap = { version = "3.1", features = ["derive"] }
28+
clap = { version = "3.2", features = ["derive"] }
2929
tar = "0.4"
3030
tee = "0.1"
3131
tempdir = "0.3.7"

0 commit comments

Comments
 (0)