diff --git a/Cargo.lock b/Cargo.lock index 713eb22f0a..1c82e102e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -429,7 +429,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.106 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.11 (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)", @@ -1785,7 +1785,7 @@ dependencies = [ "jsonrpc-pubsub 14.0.6 (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.106 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "websocket 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1800,7 +1800,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3124,7 +3124,7 @@ dependencies = [ "pin-project-lite 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustls 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", "serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3360,7 +3360,7 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.49" +version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3601,7 +3601,7 @@ dependencies = [ "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", "solana-archiver-utils 1.2.0", "solana-chacha 1.2.0", "solana-chacha-sys 1.2.0", @@ -3662,7 +3662,7 @@ dependencies = [ "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (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 1.2.0", "solana-client 1.2.0", @@ -3697,7 +3697,7 @@ dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (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.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3833,7 +3833,7 @@ dependencies = [ "reqwest 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-program 1.2.0", "solana-clap-utils 1.2.0", "solana-cli-config 1.2.0", @@ -3883,7 +3883,7 @@ dependencies = [ "reqwest 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 1.2.0", "solana-net-utils 1.2.0", "solana-sdk 1.2.0", @@ -3940,7 +3940,7 @@ dependencies = [ "reqwest 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-bpf-loader-program 1.2.0", @@ -4081,7 +4081,7 @@ dependencies = [ "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (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 1.2.0", "solana-genesis-programs 1.2.0", @@ -4227,7 +4227,7 @@ dependencies = [ "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "histogram 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (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 1.2.0", "solana-ledger 1.2.0", @@ -4289,7 +4289,7 @@ dependencies = [ "byte-unit 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 1.2.0", "solana-logger 1.2.0", ] @@ -4350,7 +4350,7 @@ dependencies = [ "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_bytes 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 1.2.0", "solana-sdk 1.2.0", "solana_libra_bytecode_verifier 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4374,7 +4374,7 @@ dependencies = [ "clap 2.33.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.106 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 1.2.0", "solana-logger 1.2.0", ] @@ -4542,7 +4542,7 @@ dependencies = [ "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_bytes 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "solana-crate-features 1.2.0", "solana-logger 1.2.0", @@ -4692,7 +4692,7 @@ dependencies = [ name = "solana-upload-perf" version = "1.2.0" dependencies = [ - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", "solana-metrics 1.2.0", ] @@ -4706,7 +4706,7 @@ dependencies = [ "gag 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 1.2.0", "solana-client 1.2.0", "solana-core 1.2.0", @@ -4764,7 +4764,7 @@ dependencies = [ "jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 1.2.0", "solana-metrics 1.2.0", "solana-sdk 1.2.0", @@ -4777,7 +4777,7 @@ dependencies = [ "clap 2.33.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.10.4 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 1.2.0", "solana-cli-config 1.2.0", "solana-client 1.2.0", @@ -4813,7 +4813,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.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (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)", @@ -4938,7 +4938,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.106 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (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)", @@ -4956,7 +4956,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.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (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)", ] @@ -5971,7 +5971,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen-macro 0.2.56 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6660,7 +6660,7 @@ dependencies = [ "checksum serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)" = "36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399" "checksum serde_bytes 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "325a073952621257820e7a3469f55ba4726d8b28657e7e36653d1c36dc2c84ae" "checksum serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)" = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c" -"checksum serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)" = "02044a6a92866fd61624b3db4d2c9dccc2feabbc6be490b87611bf285edbac55" +"checksum serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)" = "da07b57ee2623368351e9a0488bb0b261322a15a6e0ae53e243cbdc0f4208da9" "checksum serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97" "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" "checksum serial_test 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fef5f7c7434b2f2c598adc6f9494648a1e41274a75c0ba4056f680ae0c117fd6" diff --git a/archiver-lib/Cargo.toml b/archiver-lib/Cargo.toml index d30545cfd7..f52cead01e 100644 --- a/archiver-lib/Cargo.toml +++ b/archiver-lib/Cargo.toml @@ -19,7 +19,7 @@ solana-client = { path = "../client", version = "1.2.0" } solana-storage-program = { path = "../programs/storage", version = "1.2.0" } thiserror = "1.0" serde = "1.0.106" -serde_json = "1.0.49" +serde_json = "1.0.51" serde_derive = "1.0.103" solana-net-utils = { path = "../net-utils", version = "1.2.0" } solana-chacha = { path = "../chacha", version = "1.2.0" } diff --git a/bench-exchange/Cargo.toml b/bench-exchange/Cargo.toml index a17544d0cc..c5ddd6a928 100644 --- a/bench-exchange/Cargo.toml +++ b/bench-exchange/Cargo.toml @@ -16,7 +16,7 @@ num-derive = "0.3" num-traits = "0.2" rand = "0.6.5" rayon = "1.3.0" -serde_json = "1.0.49" +serde_json = "1.0.51" serde_yaml = "0.8.11" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } solana-core = { path = "../core", version = "1.2.0" } diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index b0f1510c36..693c1d9e85 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -12,7 +12,7 @@ bincode = "1.2.1" clap = "2.33.0" log = "0.4.8" rayon = "1.3.0" -serde_json = "1.0.49" +serde_json = "1.0.51" serde_yaml = "0.8.11" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } solana-core = { path = "../core", version = "1.2.0" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index cfa99da165..0f588e1ab7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -25,7 +25,7 @@ pretty-hex = "0.1.1" reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde = "1.0.106" serde_derive = "1.0.103" -serde_json = "1.0.49" +serde_json = "1.0.51" solana-budget-program = { path = "../programs/budget", version = "1.2.0" } solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } solana-cli-config = { path = "../cli-config", version = "1.2.0" } diff --git a/client/Cargo.toml b/client/Cargo.toml index 5ce5edc9ee..be68781e6b 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -18,7 +18,7 @@ rayon = "1.3.0" reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde = "1.0.106" serde_derive = "1.0.103" -serde_json = "1.0.49" +serde_json = "1.0.51" solana-transaction-status = { path = "../transaction-status", version = "1.2.0" } solana-net-utils = { path = "../net-utils", version = "1.2.0" } solana-sdk = { path = "../sdk", version = "1.2.0" } diff --git a/core/Cargo.toml b/core/Cargo.toml index 5699157593..cc1c19a662 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -40,7 +40,7 @@ rayon = "1.3.0" regex = "1.3.6" serde = "1.0.106" serde_derive = "1.0.103" -serde_json = "1.0.49" +serde_json = "1.0.51" solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.2.0" } solana-budget-program = { path = "../programs/budget", version = "1.2.0" } solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index c68abc82a4..bc29797bac 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -13,7 +13,7 @@ base64 = "0.12.0" clap = "2.33.0" chrono = "0.4" serde = "1.0.106" -serde_json = "1.0.49" +serde_json = "1.0.51" serde_yaml = "0.8.11" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } solana-genesis-programs = { path = "../genesis-programs", version = "1.2.0" } diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index 1583c9bd5d..814c7c463d 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://solana.com/" bs58 = "0.3.0" clap = "2.33.0" histogram = "*" -serde_json = "1.0.49" +serde_json = "1.0.51" serde_yaml = "0.8.11" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } solana-ledger = { path = "../ledger", version = "1.2.0" } diff --git a/log-analyzer/Cargo.toml b/log-analyzer/Cargo.toml index ada6177c72..66e7fbad2b 100644 --- a/log-analyzer/Cargo.toml +++ b/log-analyzer/Cargo.toml @@ -13,7 +13,7 @@ publish = false byte-unit = "3.0.3" clap = "2.33.0" serde = "1.0.106" -serde_json = "1.0.49" +serde_json = "1.0.51" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } solana-logger = { path = "../logger", version = "1.2.0" } diff --git a/net-shaper/Cargo.toml b/net-shaper/Cargo.toml index ca7564ba7f..c172b89e78 100644 --- a/net-shaper/Cargo.toml +++ b/net-shaper/Cargo.toml @@ -12,7 +12,7 @@ publish = false [dependencies] clap = "2.33.0" serde = "1.0.106" -serde_json = "1.0.49" +serde_json = "1.0.51" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } solana-logger = { path = "../logger", version = "1.2.0" } rand = "0.6.5" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 1841bef2c9..060e9d41b1 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -46,7 +46,7 @@ rand_chacha = { version = "0.1.1", optional = true } serde = "1.0.106" serde_bytes = "0.11" serde_derive = "1.0.103" -serde_json = { version = "1.0.49", optional = true } +serde_json = { version = "1.0.51", optional = true } sha2 = "0.8.1" thiserror = "1.0" ed25519-dalek = { version = "=1.0.0-pre.1", optional = true } diff --git a/upload-perf/Cargo.toml b/upload-perf/Cargo.toml index 7b28ca326f..f2cca4adf9 100644 --- a/upload-perf/Cargo.toml +++ b/upload-perf/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" publish = false [dependencies] -serde_json = "1.0.49" +serde_json = "1.0.51" solana-metrics = { path = "../metrics", version = "1.2.0" } [[bin]] diff --git a/validator/Cargo.toml b/validator/Cargo.toml index c3798b0a73..9f09905692 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -14,7 +14,7 @@ chrono = { version = "0.4.11", features = ["serde"] } console = "0.10.0" log = "0.4.8" rand = "0.6.5" -serde_json = "1.0.49" +serde_json = "1.0.51" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } solana-client = { path = "../client", version = "1.2.0" } solana-core = { path = "../core", version = "1.2.0" } diff --git a/vote-signer/Cargo.toml b/vote-signer/Cargo.toml index 9b5d015d12..2e80e29541 100644 --- a/vote-signer/Cargo.toml +++ b/vote-signer/Cargo.toml @@ -14,7 +14,7 @@ jsonrpc-core = "14.0.5" jsonrpc-derive = "14.0.5" jsonrpc-http-server = "14.0.6" log = "0.4.8" -serde_json = "1.0.49" +serde_json = "1.0.51" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } solana-metrics = { path = "../metrics", version = "1.2.0" } solana-sdk = { path = "../sdk", version = "1.2.0" }