Bump solana-cli-config from 1.3.16 to 1.3.17 (#609)

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

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-13 12:12:58 +00:00 committed by GitHub
parent f944faeced
commit 120731e78e
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

@ -2343,9 +2343,9 @@ dependencies = [
[[package]]
name = "solana-cli-config"
version = "1.3.16"
version = "1.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ede263beb09cad7cbb04004228b16ff0c3294700151a78b5c4973947337086c"
checksum = "81b93fb6810a6e308c422042a8c47c4903568e40525cd1c793b6cec6140da287"
dependencies = [
"dirs",
"lazy_static",

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.16" }
solana-cli-config = { version = "=1.3.17" }
solana-cli-output = { version = "=1.3.14" }
solana-client = { version = "=1.3.14" }
solana-logger = { version = "=1.3.15" }