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 May 6, 2022
1 parent 0cc9768 commit 26b5ef4
Show file tree
Hide file tree
Showing 33 changed files with 66 additions and 111 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.12"
log = "0.4.17"
rayon = "1.5.2"
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.12"
log = "0.4.17"
rand = "0.7.0"
rayon = "1.5.2"
Expand Down
Loading

0 comments on commit 26b5ef4

Please sign in to comment.