Bump solana-cli-config from 1.3.9 to 1.3.11 (#451)

Bumps [solana-cli-config](https://github.com/solana-labs/solana) from 1.3.9 to 1.3.11.
- [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.9...v1.3.11)

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-16 08:41:57 +00:00 committed by GitHub
parent 6cc41494c4
commit f229456e15
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

@ -1922,9 +1922,9 @@ dependencies = [
[[package]]
name = "solana-cli-config"
version = "1.3.9"
version = "1.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4c0db569eb50af9970d6016b1285489118b9ac41912d36924e67e9a9068f139"
checksum = "bbb523748ccf9ce146c9da4bdd6eda15aa6606d327b9f974f41eba15ea96a713"
dependencies = [
"dirs",
"lazy_static",

View File

@ -13,7 +13,7 @@ clap = "2.33.3"
serde_json = "1.0.57"
solana-account-decoder = { version = "1.3.9" }
solana-clap-utils = { version = "1.3.9"}
solana-cli-config = { version = "1.3.9" }
solana-cli-config = { version = "1.3.11" }
solana-client = { version = "1.3.9" }
solana-logger = { version = "1.3.9" }
solana-sdk = { version = "1.3.9" }