Bump solana-clap-utils from 1.3.2 to 1.3.4 (#318)

Bumps [solana-clap-utils](https://github.com/solana-labs/solana) from 1.3.2 to 1.3.4.
- [Release notes](https://github.com/solana-labs/solana/releases)
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md)
- [Commits](https://github.com/solana-labs/solana/compare/v1.3.2...v1.3.4)

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-26 08:33:05 +00:00 committed by GitHub
parent e91725a8b3
commit b0cebcf4bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1858,9 +1858,9 @@ dependencies = [
[[package]] [[package]]
name = "solana-clap-utils" name = "solana-clap-utils"
version = "1.3.2" version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7176e4e820821769de7743958bffa721469ecea2104dfc3546c8c77c41ba7377" checksum = "bc58ede7fbe3b3e09eb663c88b192d4b7be1c5efb93d139060236e846291e600"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",
@ -2001,9 +2001,9 @@ dependencies = [
[[package]] [[package]]
name = "solana-remote-wallet" name = "solana-remote-wallet"
version = "1.3.2" version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27f3a2f04a45d6a01f14c8a8bf71b638a403eb364f84479facf81f81a95e31c4" checksum = "3bec0c0928e671a70157c6f580bc90e25ae7ad9f5a0fbc1601ebc15367011d63"
dependencies = [ dependencies = [
"base32", "base32",
"console", "console",

View File

@ -12,7 +12,7 @@ version = "1.0.0"
clap = "2.33.3" clap = "2.33.3"
serde_json = "1.0.57" serde_json = "1.0.57"
solana-account-decoder = { version = "1.3.2" } solana-account-decoder = { version = "1.3.2" }
solana-clap-utils = { version = "1.3.2"} solana-clap-utils = { version = "1.3.4"}
solana-cli-config = { version = "1.3.4" } solana-cli-config = { version = "1.3.4" }
solana-client = { version = "1.3.2" } solana-client = { version = "1.3.2" }
solana-logger = { version = "1.3.2" } solana-logger = { version = "1.3.2" }