From 06e3cd3d2ac4ef0e30ee84b8fb97c1cb770c531e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 25 Jan 2019 10:28:30 +0000 Subject: [PATCH] Bump serde_json from 1.0.36 to 1.0.37 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.36 to 1.0.37. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.36...v1.0.37) Signed-off-by: dependabot[bot] --- Cargo.lock | 35 ++++++++++++++++++----------------- Cargo.toml | 2 +- bench-tps/Cargo.toml | 2 +- fullnode-config/Cargo.toml | 2 +- fullnode/Cargo.toml | 2 +- genesis/Cargo.toml | 2 +- ledger-tool/Cargo.toml | 2 +- replicator/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- upload-perf/Cargo.toml | 2 +- vote-signer/Cargo.toml | 2 +- wallet/Cargo.toml | 2 +- 12 files changed, 29 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e72fb4906..e00b0cb93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -578,7 +578,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -847,7 +847,7 @@ dependencies = [ "hyper-native-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1623,7 +1623,7 @@ dependencies = [ "mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "serde_urlencoded 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1769,7 +1769,7 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.36" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1870,7 +1870,7 @@ dependencies = [ "rocksdb 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "solana-bpfloader 0.12.0", "solana-drone 0.12.0", "solana-jsonrpc-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1907,7 +1907,7 @@ version = "0.12.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.12.0", "solana-drone 0.12.0", "solana-logger 0.12.0", @@ -1980,7 +1980,7 @@ version = "0.12.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.12.0", "solana-drone 0.12.0", "solana-fullnode-config 0.12.0", @@ -1999,7 +1999,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "solana-netutil 0.12.0", "solana-sdk 0.12.0", "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2010,7 +2010,7 @@ name = "solana-genesis" version = "0.12.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.12.0", "solana-sdk 0.12.0", ] @@ -2024,7 +2024,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2105,7 +2105,7 @@ version = "0.12.0" dependencies = [ "assert_cmd 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.12.0", "solana-logger 0.12.0", "solana-sdk 0.12.0", @@ -2183,7 +2183,7 @@ name = "solana-replicator" version = "0.12.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.12.0", "solana-fullnode-config 0.12.0", "solana-logger 0.12.0", @@ -2196,13 +2196,14 @@ version = "0.12.0" dependencies = [ "bincode 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2233,7 +2234,7 @@ dependencies = [ name = "solana-upload-perf" version = "0.12.0" dependencies = [ - "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "solana-metrics 0.12.0", ] @@ -2257,7 +2258,7 @@ dependencies = [ "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "solana-jsonrpc-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-jsonrpc-http-server 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-jsonrpc-macros 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2274,7 +2275,7 @@ dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.12.0", "solana-drone 0.12.0", "solana-logger 0.12.0", @@ -3006,7 +3007,7 @@ dependencies = [ "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" "checksum serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" = "534b8b91a95e0f71bca3ed5824752d558da048d4248c91af873b63bd60519752" "checksum serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" = "a915306b0f1ac5607797697148c223bedeaa36bcc2e28a01441cd638cc6567b4" -"checksum serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "574378d957d6dcdf1bbb5d562a15cbd5e644159432f84634b94e485267abbcc7" +"checksum serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "4b90a9fbe1211e57d3e1c15670f1cb00802988fb23a1a4aad7a2b63544f1920e" "checksum serde_urlencoded 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d48f9f99cd749a2de71d29da5f948de7f2764cc5a9d7f3c97e3514d4ee6eabf2" "checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" "checksum sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0" diff --git a/Cargo.toml b/Cargo.toml index e25daf034..44944ba6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ ring = "0.13.2" rocksdb = "0.11.0" serde = "1.0.85" serde_derive = "1.0.85" -serde_json = "1.0.36" +serde_json = "1.0.37" solana-bpfloader = { path = "programs/native/bpf_loader", version = "0.12.0" } solana-drone = { path = "drone", version = "0.12.0" } solana-jsonrpc-core = "0.4.0" diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index 6fbd815ac..0bb873484 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" [dependencies] clap = "2.32.0" rayon = "1.0.3" -serde_json = "1.0.36" +serde_json = "1.0.37" solana = { path = "..", version = "0.12.0" } solana-drone = { path = "../drone", version = "0.12.0" } solana-logger = { path = "../logger", version = "0.12.0" } diff --git a/fullnode-config/Cargo.toml b/fullnode-config/Cargo.toml index b0544a114..5e995759d 100644 --- a/fullnode-config/Cargo.toml +++ b/fullnode-config/Cargo.toml @@ -14,7 +14,7 @@ dirs = "1.0.2" log = "0.4.2" serde = "1.0.85" serde_derive = "1.0.85" -serde_json = "1.0.36" +serde_json = "1.0.37" solana-netutil = { path = "../netutil", version = "0.12.0" } solana-sdk = { path = "../sdk", version = "0.12.0" } untrusted = "0.6.2" diff --git a/fullnode/Cargo.toml b/fullnode/Cargo.toml index a68f885d4..8209b8708 100644 --- a/fullnode/Cargo.toml +++ b/fullnode/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://solana.com/" [dependencies] clap = "2.32.0" log = "0.4.2" -serde_json = "1.0.36" +serde_json = "1.0.37" solana = { path = "..", version = "0.12.0" } solana-drone = { path = "../drone", version = "0.12.0" } solana-fullnode-config = { path = "../fullnode-config", version = "0.12.0" } diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index 169220994..23a429878 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" [dependencies] clap = "2.32.0" -serde_json = "1.0.36" +serde_json = "1.0.37" solana = { path = "..", version = "0.12.0" } solana-sdk = { path = "../sdk", version = "0.12.0" } diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index 75bd64f14..6ec676dc8 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" [dependencies] clap = "2.32.0" -serde_json = "1.0.36" +serde_json = "1.0.37" solana = { path = "..", version = "0.12.0" } solana-sdk = { path = "../sdk", version = "0.12.0" } solana-logger = { path = "../logger", version = "0.12.0" } diff --git a/replicator/Cargo.toml b/replicator/Cargo.toml index 14b74d622..2a09ccb5c 100644 --- a/replicator/Cargo.toml +++ b/replicator/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" [dependencies] clap = "2.32.0" -serde_json = "1.0.36" +serde_json = "1.0.37" solana = { path = "..", version = "0.12.0" } solana-logger = { path = "../logger", version = "0.12.0" } solana-fullnode-config = { path = "../fullnode-config", version = "0.12.0" } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index c11ce4606..42d990141 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -19,5 +19,5 @@ ring = "0.13.2" sha2 = "0.8.0" serde = "1.0.85" serde_derive = "1.0.85" -serde_json = "1.0.36" +serde_json = "1.0.37" untrusted = "0.6.2" diff --git a/upload-perf/Cargo.toml b/upload-perf/Cargo.toml index 479db33ee..73b79270f 100644 --- a/upload-perf/Cargo.toml +++ b/upload-perf/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" homepage = "https://solana.com/" [dependencies] -serde_json = "1.0.36" +serde_json = "1.0.37" solana-metrics = { path = "../metrics", version = "0.12.0" } [[bin]] diff --git a/vote-signer/Cargo.toml b/vote-signer/Cargo.toml index 082259a59..53017f72c 100644 --- a/vote-signer/Cargo.toml +++ b/vote-signer/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://solana.com/" bs58 = "0.2.0" clap = "2.31" log = "0.4.2" -serde_json = "1.0.36" +serde_json = "1.0.37" solana-sdk = { path = "../sdk", version = "0.12.0" } solana-metrics = { path = "../metrics", version = "0.12.0" } solana-jsonrpc-core = "0.4.0" diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index 522d551a3..8fa0c5d84 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -14,7 +14,7 @@ bs58 = "0.2.0" clap = "2.32.0" chrono = { version = "0.4.0", features = ["serde"] } dirs = "1.0.2" -serde_json = "1.0.36" +serde_json = "1.0.37" solana = { path = "..", version = "0.12.0" } solana-drone = { path = "../drone", version = "0.12.0" } solana-logger = { path = "../logger", version = "0.12.0" }