chore: bump serde_json from 1.0.80 to 1.0.81 (#24960)

* chore: bump serde_json from 1.0.80 to 1.0.81

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.80 to 1.0.81.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.80...v1.0.81)

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

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <you@example.com>
This commit is contained in:
dependabot[bot] 2022-05-04 14:57:38 -06:00 committed by GitHub
parent b4c3b66f1a
commit 61a9faae17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 24 additions and 24 deletions

4
Cargo.lock generated
View File

@ -3851,9 +3851,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.80"
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f972498cf015f7c0746cac89ebe1d6ef10c293b94175a243a2d9442c163d9944"
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
dependencies = [
"itoa 1.0.1",
"ryu",

View File

@ -18,7 +18,7 @@ bv = "0.11.1"
lazy_static = "1.4.0"
serde = "1.0.137"
serde_derive = "1.0.103"
serde_json = "1.0.80"
serde_json = "1.0.81"
solana-config-program = { path = "../programs/config", version = "=1.11.0" }
solana-sdk = { path = "../sdk", version = "=1.11.0" }
solana-vote-program = { path = "../programs/vote", version = "=1.11.0" }

View File

@ -13,7 +13,7 @@ clap = "2.33.1"
crossbeam-channel = "0.5"
log = "0.4.14"
rayon = "1.5.2"
serde_json = "1.0.80"
serde_json = "1.0.81"
serde_yaml = "0.8.23"
solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" }
solana-cli-config = { path = "../cli-config", version = "=1.11.0" }

View File

@ -20,7 +20,7 @@ indicatif = "0.16.2"
pretty-hex = "0.3.0"
semver = "1.0.7"
serde = "1.0.137"
serde_json = "1.0.80"
serde_json = "1.0.81"
solana-account-decoder = { path = "../account-decoder", version = "=1.11.0" }
solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" }
solana-cli-config = { path = "../cli-config", version = "=1.11.0" }

View File

@ -26,7 +26,7 @@ reqwest = { version = "0.11.10", default-features = false, features = ["blocking
semver = "1.0.7"
serde = "1.0.137"
serde_derive = "1.0.103"
serde_json = "1.0.80"
serde_json = "1.0.81"
solana-account-decoder = { path = "../account-decoder", version = "=1.11.0" }
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=1.11.0" }
solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" }

View File

@ -12,7 +12,7 @@ publish = false
[dependencies]
futures-util = "0.3.21"
serde_json = "1.0.80"
serde_json = "1.0.81"
serial_test = "0.6.0"
solana-client = { path = "../client", version = "=1.11.0" }
solana-ledger = { path = "../ledger", version = "=1.11.0" }

View File

@ -37,7 +37,7 @@ rustls = { version = "0.20.2", features = ["dangerous_configuration"] }
semver = "1.0.7"
serde = "1.0.137"
serde_derive = "1.0.103"
serde_json = "1.0.80"
serde_json = "1.0.81"
solana-account-decoder = { path = "../account-decoder", version = "=1.11.0" }
solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" }
solana-faucet = { path = "../faucet", version = "=1.11.0" }

View File

@ -66,7 +66,7 @@ trees = "0.4.2"
matches = "0.1.9"
raptorq = "1.6.5"
reqwest = { version = "0.11.10", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde_json = "1.0.80"
serde_json = "1.0.81"
serial_test = "0.6.0"
solana-logger = { path = "../logger", version = "=1.11.0" }
solana-program-runtime = { path = "../program-runtime", version = "=1.11.0" }

View File

@ -13,7 +13,7 @@ documentation = "https://docs.rs/solana-genesis"
base64 = "0.13.0"
clap = "2.33.1"
serde = "1.0.137"
serde_json = "1.0.80"
serde_json = "1.0.81"
serde_yaml = "0.8.23"
solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" }
solana-cli-config = { path = "../cli-config", version = "=1.11.0" }

View File

@ -15,7 +15,7 @@ crossbeam-channel = "0.5"
json5 = "0.4.1"
libloading = "0.7.3"
log = "0.4.11"
serde_json = "1.0.80"
serde_json = "1.0.81"
solana-geyser-plugin-interface = { path = "../geyser-plugin-interface", version = "=1.11.0" }
solana-measure = { path = "../measure", version = "=1.11.0" }
solana-metrics = { path = "../metrics", version = "=1.11.0" }

View File

@ -20,7 +20,7 @@ itertools = "0.10.3"
log = { version = "0.4.14" }
regex = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.80"
serde_json = "1.0.81"
solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" }
solana-cli-output = { path = "../cli-output", version = "=1.11.0" }
solana-core = { path = "../core", version = "=1.11.0" }

View File

@ -13,7 +13,7 @@ publish = false
byte-unit = "4.0.14"
clap = { version = "3.1.5", features = ["cargo"] }
serde = "1.0.137"
serde_json = "1.0.80"
serde_json = "1.0.81"
solana-logger = { path = "../logger", version = "=1.11.0" }
solana-version = { path = "../version", version = "=1.11.0" }

View File

@ -13,7 +13,7 @@ publish = false
rand = "0.7.0"
clap = { version = "3.1.5", features = ["cargo"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.80"
serde_json = "1.0.81"
solana-logger = { path = "../logger", version = "=1.11.0" }
[[bin]]

View File

@ -3414,9 +3414,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.80"
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f972498cf015f7c0746cac89ebe1d6ef10c293b94175a243a2d9442c163d9944"
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
dependencies = [
"itoa",
"ryu",

View File

@ -17,7 +17,7 @@ goblin = { version = "0.5.1", features = ["std"] }
itertools = "0.10.3"
log = { version = "0.4.14", features = ["std"] }
serde = "1.0.137"
serde_json = "1.0.80"
serde_json = "1.0.81"
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=1.11.0" }
solana-logger = { path = "../logger", version = "=1.11.0" }
solana-program-runtime = { path = "../program-runtime", version = "=1.11.0" }

View File

@ -18,7 +18,7 @@ futures-util = "0.3.21"
log = "0.4.11"
reqwest = { version = "0.11.10", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde = "1.0.137"
serde_json = "1.0.80"
serde_json = "1.0.81"
solana-account-decoder = { path = "../account-decoder", version = "=1.11.0" }
solana-client = { path = "../client", version = "=1.11.0" }
solana-rpc = { path = "../rpc", version = "=1.11.0" }

View File

@ -27,7 +27,7 @@ rayon = "1.5.2"
regex = "1.5.4"
serde = "1.0.137"
serde_derive = "1.0.103"
serde_json = "1.0.80"
serde_json = "1.0.81"
soketto = "0.7"
solana-account-decoder = { path = "../account-decoder", version = "=1.11.0" }
solana-client = { path = "../client", version = "=1.11.0" }

View File

@ -68,7 +68,7 @@ rustversion = "1.0.6"
serde = "1.0.137"
serde_bytes = "0.11"
serde_derive = "1.0.103"
serde_json = { version = "1.0.80", optional = true }
serde_json = { version = "1.0.81", optional = true }
sha2 = "0.10.2"
sha3 = { version = "0.10.1", optional = true }
solana-frozen-abi = { path = "../frozen-abi", version = "=1.11.0" }

View File

@ -14,7 +14,7 @@ edition = "2021"
base64 = "0.13.0"
log = "0.4.14"
serde_derive = "1.0.103"
serde_json = "1.0.80"
serde_json = "1.0.81"
solana-cli-output = { path = "../cli-output", version = "=1.11.0" }
solana-client = { path = "../client", version = "=1.11.0" }
solana-core = { path = "../core", version = "=1.11.0" }

View File

@ -19,7 +19,7 @@ lazy_static = "1.4.0"
log = "0.4.14"
serde = "1.0.137"
serde_derive = "1.0.103"
serde_json = "1.0.80"
serde_json = "1.0.81"
solana-account-decoder = { path = "../account-decoder", version = "=1.11.0" }
solana-measure = { path = "../measure", version = "=1.11.0" }
solana-metrics = { path = "../metrics", version = "=1.11.0" }

View File

@ -10,7 +10,7 @@ homepage = "https://solana.com/"
publish = false
[dependencies]
serde_json = "1.0.80"
serde_json = "1.0.81"
solana-metrics = { path = "../metrics", version = "=1.11.0" }
[[bin]]

View File

@ -27,7 +27,7 @@ log = "0.4.14"
num_cpus = "1.13.1"
rand = "0.7.0"
serde = "1.0.137"
serde_json = "1.0.80"
serde_json = "1.0.81"
solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" }
solana-cli-config = { path = "../cli-config", version = "=1.11.0" }
solana-client = { path = "../client", version = "=1.11.0" }