Bump serde_json from 1.0.57 to 1.0.58 (#561)

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

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-02 08:56:06 +00:00 committed by GitHub
parent bbc5f57dcc
commit b33bf9c460
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

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

View File

@ -11,7 +11,7 @@ version = "2.0.2"
[dependencies] [dependencies]
clap = "2.33.3" clap = "2.33.3"
console = "0.12.0" console = "0.12.0"
serde_json = "1.0.57" 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.14" }