From 2b13158e29e434177cac76657112c59eca7478a9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2019 15:09:01 -0700 Subject: [PATCH] Bump serde_json from 1.0.41 to 1.0.42 (#7142) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.41 to 1.0.42. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.41...v1.0.42) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 52 ++++++++++++++++----------------- bench-exchange/Cargo.toml | 2 +- bench-tps/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- genesis/Cargo.toml | 2 +- ledger-tool/Cargo.toml | 2 +- log-analyzer/Cargo.toml | 2 +- net-shaper/Cargo.toml | 2 +- programs/btc_spv_bin/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- upload-perf/Cargo.toml | 2 +- validator/Cargo.toml | 2 +- vote-signer/Cargo.toml | 2 +- 16 files changed, 41 insertions(+), 41 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 697056814..404dbc0cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -294,7 +294,7 @@ dependencies = [ "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -393,7 +393,7 @@ dependencies = [ "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -578,7 +578,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "publicsuffix 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -999,7 +999,7 @@ dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1491,7 +1491,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2684,7 +2684,7 @@ dependencies = [ "mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2850,7 +2850,7 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.41" +version = "1.0.42" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3081,7 +3081,7 @@ dependencies = [ "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 0.22.0", "solana-client 0.22.0", @@ -3120,7 +3120,7 @@ dependencies = [ "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3223,7 +3223,7 @@ dependencies = [ "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-program 0.22.0", "solana-clap-utils 0.22.0", @@ -3257,7 +3257,7 @@ dependencies = [ "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.22.0", "solana-net-utils 0.22.0", "solana-sdk 0.22.0", @@ -3327,7 +3327,7 @@ dependencies = [ "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-program 0.22.0", @@ -3443,7 +3443,7 @@ dependencies = [ "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 0.22.0", "solana-genesis-programs 0.22.0", @@ -3586,7 +3586,7 @@ dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 0.22.0", "solana-ledger 0.22.0", @@ -3647,7 +3647,7 @@ dependencies = [ "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 0.22.0", "solana-logger 0.22.0", ] @@ -3703,7 +3703,7 @@ dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_bytes 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.22.0", "solana-sdk 0.22.0", "solana_libra_bytecode_verifier 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3730,7 +3730,7 @@ dependencies = [ "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 0.22.0", "solana-logger 0.22.0", ] @@ -3834,7 +3834,7 @@ dependencies = [ "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "solana-bpf-loader-program 0.22.0", "solana-logger 0.22.0", "solana-measure 0.22.0", @@ -3873,7 +3873,7 @@ dependencies = [ "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_bytes 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-crate-features 0.22.0", "solana-logger 0.22.0", @@ -3959,7 +3959,7 @@ name = "solana-upload-perf" version = "0.22.0" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "solana-metrics 0.22.0", ] @@ -3975,7 +3975,7 @@ dependencies = [ "indicatif 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 0.22.0", "solana-client 0.22.0", "solana-core 0.22.0", @@ -4035,7 +4035,7 @@ dependencies = [ "jsonrpc-http-server 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 0.22.0", "solana-metrics 0.22.0", "solana-sdk 0.22.0", @@ -4068,7 +4068,7 @@ name = "solana_libra_compiler" version = "0.0.1-sol4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_bytecode_verifier 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_failure_ext 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_ir_to_bytecode 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4222,7 +4222,7 @@ dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "slog-envlogger 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4240,7 +4240,7 @@ dependencies = [ "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "prometheus 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_failure_ext 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_logger 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5682,7 +5682,7 @@ dependencies = [ "checksum serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4b39bd9b0b087684013a792c59e3e07a46a01d2322518d8a1104641a0b1be0" "checksum serde_bytes 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "45af0182ff64abaeea290235eb67da3825a576c5d53e642c4d5b652e12e6effc" "checksum serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "ca13fc1a832f793322228923fbb3aba9f3f44444898f835d31ad1b74fa0a2bf8" -"checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" +"checksum serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)" = "1a3351dcbc1f067e2c92ab7c3c1f288ad1a4cffc470b5aaddb4c2e0a3ae80043" "checksum serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a" "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" "checksum serial_test 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50bfbc39343545618d97869d77f38ed43e48dd77432717dbc7ed39d797f3ecbe" diff --git a/bench-exchange/Cargo.toml b/bench-exchange/Cargo.toml index 47b0d7785..101ec6c03 100644 --- a/bench-exchange/Cargo.toml +++ b/bench-exchange/Cargo.toml @@ -21,7 +21,7 @@ rand = "0.6.5" rayon = "1.2.0" serde = "1.0.102" serde_derive = "1.0.102" -serde_json = "1.0.41" +serde_json = "1.0.42" serde_yaml = "0.8.11" solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } solana-core = { path = "../core", version = "0.22.0" } diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index a64d59ae3..10fda2e37 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.8" rayon = "1.2.0" serde = "1.0.102" serde_derive = "1.0.102" -serde_json = "1.0.41" +serde_json = "1.0.42" serde_yaml = "0.8.11" solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } solana-core = { path = "../core", version = "0.22.0" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4330cad73..a2c78a9a8 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -25,7 +25,7 @@ pretty-hex = "0.1.1" reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tls"] } serde = "1.0.102" serde_derive = "1.0.102" -serde_json = "1.0.41" +serde_json = "1.0.42" serde_yaml = "0.8.11" solana-budget-program = { path = "../programs/budget", version = "0.22.0" } solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } diff --git a/client/Cargo.toml b/client/Cargo.toml index 84e914cff..e265d73d7 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -18,7 +18,7 @@ rayon = "1.2.0" reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tls"] } serde = "1.0.102" serde_derive = "1.0.102" -serde_json = "1.0.41" +serde_json = "1.0.42" solana-net-utils = { path = "../net-utils", version = "0.22.0" } solana-sdk = { path = "../sdk", version = "0.22.0" } diff --git a/core/Cargo.toml b/core/Cargo.toml index 8a320e553..20709b498 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -40,7 +40,7 @@ rand_chacha = "0.1.1" rayon = "1.2.0" serde = "1.0.102" serde_derive = "1.0.102" -serde_json = "1.0.41" +serde_json = "1.0.42" solana-budget-program = { path = "../programs/budget", version = "0.22.0" } solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } solana-chacha-sys = { path = "../chacha-sys", version = "0.22.0" } diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index b354a4980..c29c68db2 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -14,7 +14,7 @@ clap = "2.33.0" hex = "0.4.0" serde = "1.0.102" serde_derive = "1.0.102" -serde_json = "1.0.41" +serde_json = "1.0.42" serde_yaml = "0.8.11" solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } solana-genesis-programs = { path = "../genesis-programs", version = "0.22.0" } diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index 8626f7442..1915d3b9b 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.2.0" clap = "2.33.0" serde = "1.0.102" serde_derive = "1.0.102" -serde_json = "1.0.41" +serde_json = "1.0.42" serde_yaml = "0.8.11" solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } solana-ledger = { path = "../ledger", version = "0.22.0" } diff --git a/log-analyzer/Cargo.toml b/log-analyzer/Cargo.toml index 85b65d6e6..46e8ed9fc 100644 --- a/log-analyzer/Cargo.toml +++ b/log-analyzer/Cargo.toml @@ -16,7 +16,7 @@ log = "0.4.8" semver = "0.9.0" serde = "1.0.102" serde_derive = "1.0.102" -serde_json = "1.0.41" +serde_json = "1.0.42" solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } solana-logger = { path = "../logger", version = "0.22.0" } diff --git a/net-shaper/Cargo.toml b/net-shaper/Cargo.toml index 1823ff993..0179297b3 100644 --- a/net-shaper/Cargo.toml +++ b/net-shaper/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.8" semver = "0.9.0" serde = "1.0.102" serde_derive = "1.0.102" -serde_json = "1.0.41" +serde_json = "1.0.42" solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } solana-logger = { path = "../logger", version = "0.22.0" } rand = "0.6.5" diff --git a/programs/btc_spv_bin/Cargo.toml b/programs/btc_spv_bin/Cargo.toml index 1041e8fd3..830378d03 100644 --- a/programs/btc_spv_bin/Cargo.toml +++ b/programs/btc_spv_bin/Cargo.toml @@ -13,7 +13,7 @@ clap="2.33.0" reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tls"] } serde="1.0.102" serde_derive="1.0.102" -serde_json = "1.0.41" +serde_json = "1.0.42" hex = "0.3.2" [[bin]] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index da1b81e89..77b9d7cbb 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -23,7 +23,7 @@ rand = "0.6.5" rayon = "1.2.0" serde = { version = "1.0.102", features = ["rc"] } serde_derive = "1.0.102" -serde_json = "1.0.41" +serde_json = "1.0.42" solana-logger = { path = "../logger", version = "0.22.0" } solana-measure = { path = "../measure", version = "0.22.0" } solana-metrics = { path = "../metrics", version = "0.22.0" } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 90bddc2d9..a3686f318 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -44,7 +44,7 @@ rand_chacha = { version = "0.1.1", optional = true } serde = "1.0.102" serde_bytes = "0.11" serde_derive = "1.0.102" -serde_json = { version = "1.0.41", optional = true } +serde_json = { version = "1.0.42", optional = true } sha2 = "0.8.0" ed25519-dalek = { version = "1.0.0-pre.1", optional = true } solana-logger = { path = "../logger", version = "0.22.0", optional = true } diff --git a/upload-perf/Cargo.toml b/upload-perf/Cargo.toml index e32817137..5bdf5d63e 100644 --- a/upload-perf/Cargo.toml +++ b/upload-perf/Cargo.toml @@ -11,7 +11,7 @@ publish = false [dependencies] log = "0.4.8" -serde_json = "1.0.41" +serde_json = "1.0.42" solana-metrics = { path = "../metrics", version = "0.22.0" } [[bin]] diff --git a/validator/Cargo.toml b/validator/Cargo.toml index eb8f2b6a4..3eccd6bb7 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -16,7 +16,7 @@ console = "0.9.1" log = "0.4.8" indicatif = "0.13.0" reqwest = { version = "0.9.22", default-features = false } -serde_json = "1.0.41" +serde_json = "1.0.42" solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } solana-client = { path = "../client", version = "0.22.0" } solana-core = { path = "../core", version = "0.22.0" } diff --git a/vote-signer/Cargo.toml b/vote-signer/Cargo.toml index 5f4c14980..65612a971 100644 --- a/vote-signer/Cargo.toml +++ b/vote-signer/Cargo.toml @@ -16,7 +16,7 @@ jsonrpc-derive = "14.0.3" jsonrpc-http-server = "14.0.3" log = "0.4.8" serde = "1.0.102" -serde_json = "1.0.41" +serde_json = "1.0.42" solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } solana-metrics = { path = "../metrics", version = "0.22.0" } solana-sdk = { path = "../sdk", version = "0.22.0" }