Bump solana-logger from 1.4.1 to 1.4.2 (#705)

Bumps [solana-logger](https://github.com/solana-labs/solana) from 1.4.1 to 1.4.2.
- [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.1...v1.4.2)

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-23 12:13:37 +00:00 committed by GitHub
parent 8c3c124f31
commit 1f0bf3bacb
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

@ -2452,9 +2452,9 @@ dependencies = [
[[package]]
name = "solana-logger"
version = "1.4.1"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa91a8812e60bcfdaffaf0d7202a6fb55b64e19a144c313d208829634c69544c"
checksum = "5db07b3ea19bf351e7a38dc0a4fc4556077cfb2273ab258e48d90f4e7a83b2a6"
dependencies = [
"env_logger",
"lazy_static",

View File

@ -17,7 +17,7 @@ solana-clap-utils = { version = "=1.4.1"}
solana-cli-config = { version = "=1.4.1" }
solana-cli-output = { version = "=1.4.1" }
solana-client = { version = "=1.4.1" }
solana-logger = { version = "=1.4.1" }
solana-logger = { version = "=1.4.2" }
solana-sdk = { version = "=1.4.1" }
spl-token = { version = "2.0", path="../program" }