Skip to content

Commit

Permalink
Bump clap from 3.1.18 to 3.2.2
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.18 to 3.2.2.
- [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.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2022
1 parent a28314d commit df62996
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/full-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/main.rs"
async-std = "1.11.0"
atty = "0.2.14"
blake2-rfc = { version = "0.2.18", default-features = false }
clap = { version = "3.1", default-features = false, features = ["color", "derive", "std", "suggestions"] }
clap = { version = "3.2", default-features = false, features = ["color", "derive", "std", "suggestions"] }
ctrlc = "3.2.2"
derive_more = "0.99.17"
directories = "4.0.1"
Expand Down

0 comments on commit df62996

Please sign in to comment.