Skip to content

Commit

Permalink
Bump clap from 3.2.8 to 3.2.10 (#2499)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.8 to 3.2.10.
- [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.2.8...v3.2.10)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and mergify[bot] authored Jul 12, 2022
1 parent db583f6 commit a5d9c67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.12.0"
atty = "0.2.14"
blake2-rfc = { version = "0.2.18", default-features = false }
clap = { version = "3.2.8", default-features = false, features = ["color", "derive", "std", "suggestions"] }
clap = { version = "3.2.10", 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 a5d9c67

Please sign in to comment.