Bump solana-cli-config from 1.3.13 to 1.3.14 (#552)

Bumps [solana-cli-config](https://github.com/solana-labs/solana) from 1.3.13 to 1.3.14.
- [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.13...v1.3.14)

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-09-30 08:38:55 +00:00 committed by GitHub
parent 663390b727
commit 449c4b95d6
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

@ -2027,9 +2027,9 @@ dependencies = [
[[package]]
name = "solana-cli-config"
version = "1.3.13"
version = "1.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67c9e3225230d806a39499723b35b3f0ab9e8eb46f73d21966c56958ef8d0c77"
checksum = "31ffcd7a8d2bbab1b8d741bdf4e1f2de641f6b072759f332dfc93ee6c600d177"
dependencies = [
"dirs",
"lazy_static",

View File

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