From d759a447beabb479ac2424acb0977e4d3b4488ca Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 21:03:05 -0600 Subject: [PATCH] Bump serde_json from 1.0.40 to 1.0.41 (#6226) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.40 to 1.0.41. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.40...v1.0.41) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 50 ++++++++++++++--------------- 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 +- programs/btc_spv_bin/Cargo.toml | 2 +- programs/move_loader_api/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 +- 15 files changed, 39 insertions(+), 39 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c56f9ae0b5..607a6283cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,7 +291,7 @@ dependencies = [ "reqwest 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -385,7 +385,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.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (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.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -588,7 +588,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.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (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)", @@ -1033,7 +1033,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.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1517,7 +1517,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2632,7 +2632,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.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (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)", @@ -2795,7 +2795,7 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.40" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3006,7 +3006,7 @@ dependencies = [ "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana-client 0.20.0", "solana-core 0.20.0", @@ -3043,7 +3043,7 @@ dependencies = [ "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (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)", @@ -3167,7 +3167,7 @@ dependencies = [ "reqwest 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-api 0.20.0", "solana-budget-program 0.20.0", @@ -3200,7 +3200,7 @@ dependencies = [ "reqwest 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.20.0", "solana-netutil 0.20.0", "solana-sdk 0.20.0", @@ -3281,7 +3281,7 @@ dependencies = [ "rocksdb 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (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-api 0.20.0", @@ -3418,7 +3418,7 @@ dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana-core 0.20.0", "solana-genesis-programs 0.20.0", @@ -3518,7 +3518,7 @@ dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana-core 0.20.0", "solana-logger 0.20.0", @@ -3619,7 +3619,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.20.0", "solana-sdk 0.20.0", "solana_libra_bytecode_verifier 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3721,7 +3721,7 @@ dependencies = [ "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "solana-bpf-loader-api 0.20.0", "solana-bpf-loader-program 0.20.0", "solana-logger 0.20.0", @@ -3760,7 +3760,7 @@ dependencies = [ "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (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.20.0", "solana-ed25519-dalek 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3858,7 +3858,7 @@ name = "solana-upload-perf" version = "0.20.0" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "solana-metrics 0.20.0", ] @@ -3872,7 +3872,7 @@ dependencies = [ "indicatif 0.12.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.21 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "solana-client 0.20.0", "solana-core 0.20.0", "solana-drone 0.20.0", @@ -3923,7 +3923,7 @@ dependencies = [ "jsonrpc-http-server 13.2.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.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "solana-metrics 0.20.0", "solana-sdk 0.20.0", ] @@ -3955,7 +3955,7 @@ version = "0.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_bytecode_verifier 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_failure_ext 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_ir_to_bytecode 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4111,7 +4111,7 @@ dependencies = [ "mime 0.3.13 (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.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (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)", @@ -4133,7 +4133,7 @@ dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "prometheus 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "protobuf 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_failure_ext 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_logger 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4250,7 +4250,7 @@ dependencies = [ "radix_trie 0.1.4 (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.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_canonical_serialization 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_crypto 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_failure_ext 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5642,7 +5642,7 @@ dependencies = [ "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" "checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd" "checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e" -"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" +"checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" "checksum serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a" "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" "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 35222d3b6c..70f3372a83 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.101" serde_derive = "1.0.101" -serde_json = "1.0.40" +serde_json = "1.0.41" serde_yaml = "0.8.9" # solana-runtime = { path = "../solana/runtime"} solana-core = { path = "../core", version = "0.20.0" } diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index b4ea52217e..d30fd49a62 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.101" serde_derive = "1.0.101" -serde_json = "1.0.40" +serde_json = "1.0.41" serde_yaml = "0.8.9" solana-core = { path = "../core", version = "0.20.0" } solana-genesis = { path = "../genesis", version = "0.20.0" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8f0731436e..2b8480168a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,7 +24,7 @@ pretty-hex = "0.1.1" reqwest = { version = "0.9.21", default-features = false, features = ["rustls-tls"] } serde = "1.0.101" serde_derive = "1.0.101" -serde_json = "1.0.40" +serde_json = "1.0.41" serde_yaml = "0.8.9" solana-budget-api = { path = "../programs/budget_api", version = "0.20.0" } solana-client = { path = "../client", version = "0.20.0" } diff --git a/client/Cargo.toml b/client/Cargo.toml index a228b39324..37b3b08b21 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -18,7 +18,7 @@ rayon = "1.2.0" reqwest = { version = "0.9.21", default-features = false, features = ["rustls-tls"] } serde = "1.0.101" serde_derive = "1.0.101" -serde_json = "1.0.40" +serde_json = "1.0.41" solana-netutil = { path = "../netutil", version = "0.20.0" } solana-sdk = { path = "../sdk", version = "0.20.0" } diff --git a/core/Cargo.toml b/core/Cargo.toml index a4c9fa09aa..51c840f090 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -48,7 +48,7 @@ rand_chacha = "0.1.1" rayon = "1.2.0" serde = "1.0.101" serde_derive = "1.0.101" -serde_json = "1.0.40" +serde_json = "1.0.41" solana-budget-api = { path = "../programs/budget_api", version = "0.20.0" } solana-budget-program = { path = "../programs/budget_program", version = "0.20.0" } solana-chacha-sys = { path = "../chacha-sys", version = "0.20.0" } diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index 308bd0b707..c7cd3f8b71 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -14,7 +14,7 @@ bincode = "1.2.0" clap = "2.33.0" serde = "1.0.101" serde_derive = "1.0.101" -serde_json = "1.0.40" +serde_json = "1.0.41" serde_yaml = "0.8.9" solana-core = { path = "../core", version = "0.20.0" } solana-genesis-programs = { path = "../genesis_programs", version = "0.20.0" } diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index 94ec2869ce..2a7ae374b0 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.101" serde_derive = "1.0.101" -serde_json = "1.0.40" +serde_json = "1.0.41" serde_yaml = "0.8.9" solana-core = { path = "../core", version = "0.20.0" } solana-logger = { path = "../logger", version = "0.20.0" } diff --git a/programs/btc_spv_bin/Cargo.toml b/programs/btc_spv_bin/Cargo.toml index 0b42544fcc..fd9d3d5363 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.21", default-features = false, features = ["rustls-tls"] } serde="1.0.101" serde_derive="1.0.101" -serde_json = "1.0.40" +serde_json = "1.0.41" hex = "0.3.2" [[bin]] diff --git a/programs/move_loader_api/Cargo.toml b/programs/move_loader_api/Cargo.toml index 1189e6605a..57fd6dba62 100644 --- a/programs/move_loader_api/Cargo.toml +++ b/programs/move_loader_api/Cargo.toml @@ -16,7 +16,7 @@ libc = "0.2.62" log = "0.4.8" serde = "1.0.101" serde_derive = "1.0.101" -serde_json = "1.0.40" +serde_json = "1.0.41" solana-logger = { path = "../../logger", version = "0.20.0" } solana-sdk = { path = "../../sdk", version = "0.20.0" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 737bd18233..6c8f55a34b 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.101", features = ["rc"] } serde_derive = "1.0.101" -serde_json = "1.0.40" +serde_json = "1.0.41" solana-logger = { path = "../logger", version = "0.20.0" } solana-measure = { path = "../measure", version = "0.20.0" } solana-metrics = { path = "../metrics", version = "0.20.0" } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 56f55717a0..d0afc0f1f0 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -45,7 +45,7 @@ rand_chacha = { version = "0.1.1", optional = true } rayon = { version = "1.2.0", optional = true } serde = "1.0.101" serde_derive = "1.0.101" -serde_json = { version = "1.0.40", optional = true } +serde_json = { version = "1.0.41", optional = true } sha2 = "0.8.0" solana-ed25519-dalek = { version = "0.2.0", optional = true } solana-logger = { path = "../logger", version = "0.20.0", optional = true } diff --git a/upload-perf/Cargo.toml b/upload-perf/Cargo.toml index 9f67ab1be2..9e2022b530 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.40" +serde_json = "1.0.41" solana-metrics = { path = "../metrics", version = "0.20.0" } [[bin]] diff --git a/validator/Cargo.toml b/validator/Cargo.toml index b1d580a602..76e55f5acf 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -15,7 +15,7 @@ console = "0.9.0" log = "0.4.8" indicatif = "0.12.0" reqwest = { version = "0.9.21", default-features = false } -serde_json = "1.0.40" +serde_json = "1.0.41" solana-client = { path = "../client", version = "0.20.0" } solana-core = { path = "../core", version = "0.20.0" } solana-drone = { path = "../drone", version = "0.20.0" } diff --git a/vote-signer/Cargo.toml b/vote-signer/Cargo.toml index dab037b8fa..7804b564df 100644 --- a/vote-signer/Cargo.toml +++ b/vote-signer/Cargo.toml @@ -16,7 +16,7 @@ jsonrpc-derive = "13.2.0" jsonrpc-http-server = "13.2.0" log = "0.4.8" serde = "1.0.101" -serde_json = "1.0.40" +serde_json = "1.0.41" solana-metrics = { path = "../metrics", version = "0.20.0" } solana-sdk = { path = "../sdk", version = "0.20.0" }