Bump solana-cli-config from 1.3.14 to 1.3.15 (#565)

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

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-05 08:56:34 +00:00 committed by GitHub
parent 3260644b38
commit 12c43abb68
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

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

View File

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