Skip to content

Commit

Permalink
chore: bump serde_json from 1.0.81 to 1.0.83
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.81 to 1.0.83.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.81...v1.0.83)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 10, 2022
1 parent ae5b680 commit 74e7a66
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion account-decoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bv = "0.11.1"
lazy_static = "1.4.0"
serde = "1.0.143"
serde_derive = "1.0.103"
serde_json = "1.0.81"
serde_json = "1.0.83"
solana-address-lookup-table-program = { path = "../programs/address-lookup-table", version = "=1.12.0" }
solana-config-program = { path = "../programs/config", version = "=1.12.0" }
solana-sdk = { path = "../sdk", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion bench-tps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clap = "2.33.1"
crossbeam-channel = "0.5"
log = "0.4.17"
rayon = "1.5.3"
serde_json = "1.0.81"
serde_json = "1.0.83"
serde_yaml = "0.8.26"
solana-clap-utils = { path = "../clap-utils", version = "=1.12.0" }
solana-cli-config = { path = "../cli-config", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion cli-output/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ indicatif = "0.17.0"
pretty-hex = "0.3.0"
semver = "1.0.13"
serde = "1.0.143"
serde_json = "1.0.81"
serde_json = "1.0.83"
solana-account-decoder = { path = "../account-decoder", version = "=1.12.0" }
solana-clap-utils = { path = "../clap-utils", version = "=1.12.0" }
solana-cli-config = { path = "../cli-config", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ reqwest = { version = "0.11.11", default-features = false, features = ["blocking
semver = "1.0.13"
serde = "1.0.143"
serde_derive = "1.0.103"
serde_json = "1.0.81"
serde_json = "1.0.83"
solana-account-decoder = { path = "../account-decoder", version = "=1.12.0" }
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=1.12.0" }
solana-clap-utils = { path = "../clap-utils", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion client-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = false

[dependencies]
futures-util = "0.3.21"
serde_json = "1.0.81"
serde_json = "1.0.83"
serial_test = "0.8.0"
solana-client = { path = "../client", version = "=1.12.0" }
solana-ledger = { path = "../ledger", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rustls = { version = "0.20.6", features = ["dangerous_configuration"] }
semver = "1.0.13"
serde = "1.0.143"
serde_derive = "1.0.103"
serde_json = "1.0.81"
serde_json = "1.0.83"
solana-account-decoder = { path = "../account-decoder", version = "=1.12.0" }
solana-clap-utils = { path = "../clap-utils", version = "=1.12.0" }
solana-faucet = { path = "../faucet", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ trees = "0.4.2"
[dev-dependencies]
matches = "0.1.9"
raptorq = "1.7.0"
serde_json = "1.0.81"
serde_json = "1.0.83"
serial_test = "0.8.0"
solana-logger = { path = "../logger", version = "=1.12.0" }
solana-program-runtime = { path = "../program-runtime", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ documentation = "https://docs.rs/solana-genesis"
base64 = "0.13.0"
clap = "2.33.1"
serde = "1.0.143"
serde_json = "1.0.81"
serde_json = "1.0.83"
serde_yaml = "0.8.26"
solana-clap-utils = { path = "../clap-utils", version = "=1.12.0" }
solana-cli-config = { path = "../cli-config", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion geyser-plugin-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crossbeam-channel = "0.5"
json5 = "0.4.1"
libloading = "0.7.3"
log = "0.4.17"
serde_json = "1.0.81"
serde_json = "1.0.83"
solana-geyser-plugin-interface = { path = "../geyser-plugin-interface", version = "=1.12.0" }
solana-measure = { path = "../measure", version = "=1.12.0" }
solana-metrics = { path = "../metrics", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion ledger-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ itertools = "0.10.3"
log = { version = "0.4.17" }
regex = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.81"
serde_json = "1.0.83"
solana-clap-utils = { path = "../clap-utils", version = "=1.12.0" }
solana-cli-output = { path = "../cli-output", version = "=1.12.0" }
solana-core = { path = "../core", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion log-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = false
byte-unit = "4.0.14"
clap = { version = "3.1.5", features = ["cargo"] }
serde = "1.0.143"
serde_json = "1.0.81"
serde_json = "1.0.83"
solana-logger = { path = "../logger", version = "=1.12.0" }
solana-version = { path = "../version", version = "=1.12.0" }

Expand Down
2 changes: 1 addition & 1 deletion net-shaper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = false
clap = { version = "3.1.5", features = ["cargo"] }
rand = "0.7.0"
serde = { version = "1.0.143", features = ["derive"] }
serde_json = "1.0.81"
serde_json = "1.0.83"
solana-logger = { path = "../logger", version = "=1.12.0" }

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion rbpf-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = false
[dependencies]
clap = { version = "3.1.5", features = ["cargo"] }
serde = "1.0.143"
serde_json = "1.0.81"
serde_json = "1.0.83"
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=1.12.0" }
solana-logger = { path = "../logger", version = "=1.12.0" }
solana-program-runtime = { path = "../program-runtime", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion rpc-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ futures-util = "0.3.21"
log = "0.4.17"
reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
serde = "1.0.143"
serde_json = "1.0.81"
serde_json = "1.0.83"
solana-account-decoder = { path = "../account-decoder", version = "=1.12.0" }
solana-client = { path = "../client", version = "=1.12.0" }
solana-rpc = { path = "../rpc", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rayon = "1.5.3"
regex = "1.5.6"
serde = "1.0.143"
serde_derive = "1.0.103"
serde_json = "1.0.81"
serde_json = "1.0.83"
soketto = "0.7"
solana-account-decoder = { path = "../account-decoder", version = "=1.12.0" }
solana-client = { path = "../client", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ rustversion = "1.0.9"
serde = "1.0.143"
serde_bytes = "0.11"
serde_derive = "1.0.103"
serde_json = { version = "1.0.81", optional = true }
serde_json = { version = "1.0.83", optional = true }
sha2 = "0.10.2"
sha3 = { version = "0.10.2", optional = true }
solana-frozen-abi = { path = "../frozen-abi", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion test-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
base64 = "0.13.0"
log = "0.4.17"
serde_derive = "1.0.103"
serde_json = "1.0.81"
serde_json = "1.0.83"
solana-cli-output = { path = "../cli-output", version = "=1.12.0" }
solana-client = { path = "../client", version = "=1.12.0" }
solana-core = { path = "../core", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion transaction-status/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy_static = "1.4.0"
log = "0.4.17"
serde = "1.0.143"
serde_derive = "1.0.103"
serde_json = "1.0.81"
serde_json = "1.0.83"
solana-account-decoder = { path = "../account-decoder", version = "=1.12.0" }
solana-measure = { path = "../measure", version = "=1.12.0" }
solana-metrics = { path = "../metrics", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion upload-perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://solana.com/"
publish = false

[dependencies]
serde_json = "1.0.81"
serde_json = "1.0.83"
solana-metrics = { path = "../metrics", version = "=1.12.0" }

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ log = "0.4.17"
num_cpus = "1.13.1"
rand = "0.7.0"
serde = "1.0.143"
serde_json = "1.0.81"
serde_json = "1.0.83"
solana-clap-utils = { path = "../clap-utils", version = "=1.12.0" }
solana-cli-config = { path = "../cli-config", version = "=1.12.0" }
solana-client = { path = "../client", version = "=1.12.0" }
Expand Down

0 comments on commit 74e7a66

Please sign in to comment.