Bump serde_json from 1.0.58 to 1.0.59 (#610)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.58 to 1.0.59.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.58...v1.0.59)

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-13 13:23:28 +00:00 committed by GitHub
parent 120731e78e
commit 304c6400fa
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

@ -2181,9 +2181,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.58"
version = "1.0.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a230ea9107ca2220eea9d46de97eddcb04cd00e92d13dda78e478dd33fa82bd4"
checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
dependencies = [
"itoa",
"ryu",

View File

@ -11,7 +11,7 @@ version = "2.0.2"
[dependencies]
clap = "2.33.3"
console = "0.12.0"
serde_json = "1.0.58"
serde_json = "1.0.59"
solana-account-decoder = { version = "=1.3.14" }
solana-clap-utils = { version = "=1.3.14"}
solana-cli-config = { version = "=1.3.17" }