Bump clap from 2.33.2 to 2.33.3 (#274)

Bumps [clap](https://github.com/clap-rs/clap) from 2.33.2 to 2.33.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-08-14 08:44:28 +00:00 committed by GitHub
parent 44c8dd7284
commit c3e80d401f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -258,9 +258,9 @@ dependencies = [
[[package]]
name = "clap"
version = "2.33.2"
version = "2.33.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10040cdf04294b565d9e0319955430099ec3813a64c952b86a41200ad714ae48"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
dependencies = [
"ansi_term",
"atty",

View File

@ -9,7 +9,7 @@ repository = "https://github.com/solana-labs/solana-program-library"
version = "1.0.0"
[dependencies]
clap = "2.33.2"
clap = "2.33.3"
serde_json = "1.0.57"
solana-account-decoder = { version = "1.3.2" }
solana-clap-utils = { version = "1.3.2"}