Bump solana-cli-config from 1.4.5 to 1.4.6 (#820)

Bumps [solana-cli-config](https://github.com/solana-labs/solana) from 1.4.5 to 1.4.6.
- [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.4.5...v1.4.6)

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-11-10 12:31:19 +00:00 committed by GitHub
parent 8f19ff67d1
commit 7249b4fa1e
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

@ -2745,9 +2745,9 @@ dependencies = [
[[package]]
name = "solana-cli-config"
version = "1.4.5"
version = "1.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ccd6bc80ce5f56ee33a5ca57bd3ae6cd7418f3d0864c6fd427a57f8516de61b"
checksum = "b1fe20c0a5b0e7897953eeb31c1b175cb58503af112dbf50bee015996284dd81"
dependencies = [
"dirs-next",
"lazy_static",

View File

@ -14,7 +14,7 @@ console = "0.13.0"
serde_json = "1.0.59"
solana-account-decoder = "1.4.5"
solana-clap-utils = "1.4.5"
solana-cli-config = "1.4.5"
solana-cli-config = "1.4.6"
solana-cli-output = "1.4.5"
solana-client = "1.4.5"
solana-logger = "1.4.5"