Skip to content

Commit

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

---
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] committed Nov 8, 2022
1 parent 0933c65 commit 38b7bdc
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 12 deletions.
54 changes: 44 additions & 10 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 bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bincode = "1.3.3"
borsh = "0.9"
bs58 = "0.4.0"
chrono = "0.4.19"
clap = "2.33.0"
clap = "4.0.22"
csv = "1.1"
indicatif = "0.16.2"
itertools = "0.10.3"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "solana-foundation-delegation-program"
path = "src/main.rs"

[dependencies]
clap = "2.33.3"
clap = "4.0.22"
serde_json = "1.0.83"
solana-account-decoder = "=1.7.11"
solana-clap-utils = "=1.7.11"
Expand Down

0 comments on commit 38b7bdc

Please sign in to comment.