Skip to content

Commit

Permalink
chore: bump clap from 2.34.0 to 3.1.12
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 2.34.0 to 3.1.12.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v2.34.0...v3.1.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2022
1 parent 27978c4 commit 4743751
Show file tree
Hide file tree
Showing 32 changed files with 65 additions and 110 deletions.
113 changes: 34 additions & 79 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 accounts-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://solana.com/"
publish = false

[dependencies]
clap = "2.33.1"
clap = "3.1.8"
log = "0.4.17"
rayon = "1.5.3"
solana-logger = { path = "../logger", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion accounts-cluster-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://solana.com/"
publish = false

[dependencies]
clap = "2.33.1"
clap = "3.1.8"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.3"
Expand Down
Loading

0 comments on commit 4743751

Please sign in to comment.