build(deps): bump serde_json from 1.0.67 to 1.0.68 (#2416)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.67 to 1.0.68.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.67...v1.0.68)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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] 2021-09-15 11:17:56 +00:00 committed by GitHub
parent e08e486c0f
commit a036953d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -2751,9 +2751,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.67"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950"
checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"
dependencies = [
"itoa",
"ryu",

View File

@ -11,7 +11,7 @@ version = "0.5.1"
[dependencies]
borsh = "0.9"
clap = "2.33.3"
serde_json = "1.0.67"
serde_json = "1.0.68"
solana-account-decoder = "=1.7.11"
solana-clap-utils = "=1.7.11"
solana-cli-config = "=1.7.11"

View File

@ -14,7 +14,7 @@ console = "0.14.0"
indicatif = "0.16.2"
serde = "1.0.130"
serde_derive = "1.0.103"
serde_json = "1.0.67"
serde_json = "1.0.68"
solana-account-decoder = "=1.7.11"
solana-clap-utils = "=1.7.11"
solana-cli-config = "=1.7.11"