Bump solana-cli-config from 1.3.15 to 1.3.16 (#603)

Bumps [solana-cli-config](https://github.com/solana-labs/solana) from 1.3.15 to 1.3.16.
- [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.15...v1.3.16)

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-10-12 12:21:31 +00:00 committed by GitHub
parent f07e4ed931
commit 6b06db1787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2343,9 +2343,9 @@ dependencies = [
[[package]]
name = "solana-cli-config"
version = "1.3.15"
version = "1.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1087f048b251e8832d388299be437547cad2f57a3af518949600726c7582af5f"
checksum = "4ede263beb09cad7cbb04004228b16ff0c3294700151a78b5c4973947337086c"
dependencies = [
"dirs",
"lazy_static",
@ -2955,7 +2955,7 @@ dependencies = [
"num-traits",
"num_enum",
"rand",
"solana-sdk",
"solana-sdk 1.3.14",
"thiserror",
]

View File

@ -14,7 +14,7 @@ console = "0.12.0"
serde_json = "1.0.58"
solana-account-decoder = { version = "=1.3.14" }
solana-clap-utils = { version = "=1.3.14"}
solana-cli-config = { version = "=1.3.15" }
solana-cli-config = { version = "=1.3.16" }
solana-cli-output = { version = "=1.3.14" }
solana-client = { version = "=1.3.14" }
solana-logger = { version = "=1.3.15" }