From 5fbdc6450d8ddf5579a07e91c133266f7e89c18d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 31 Dec 2018 03:43:05 +0000 Subject: [PATCH] Bump serde_json from 1.0.33 to 1.0.34 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.33 to 1.0.34. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.33...v1.0.34) Signed-off-by: dependabot[bot] --- Cargo.lock | 34 +++++++++++++++++----------------- 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, 28 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c00c1672..acf52f1ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -788,7 +788,7 @@ dependencies = [ "hyper-native-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1504,7 +1504,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.82 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (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.13 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1638,7 +1638,7 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.33" +version = "1.0.34" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1738,7 +1738,7 @@ dependencies = [ "rocksdb 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (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)", @@ -1774,7 +1774,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.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.12.0", "solana-drone 0.12.0", "solana-logger 0.12.0", @@ -1853,7 +1853,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.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.12.0", "solana-drone 0.12.0", "solana-fullnode-config 0.12.0", @@ -1872,7 +1872,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (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)", @@ -1883,7 +1883,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.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.12.0", "solana-sdk 0.12.0", ] @@ -1897,7 +1897,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1909,7 +1909,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2038,7 +2038,7 @@ name = "solana-ledger-tool" version = "0.12.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.12.0", "solana-logger 0.12.0", ] @@ -2115,7 +2115,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.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.12.0", "solana-fullnode-config 0.12.0", "solana-logger 0.12.0", @@ -2135,7 +2135,7 @@ dependencies = [ "ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (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)", ] @@ -2166,7 +2166,7 @@ dependencies = [ name = "solana-upload-perf" version = "0.12.0" dependencies = [ - "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", "solana-metrics 0.12.0", ] @@ -2190,7 +2190,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.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", "solana-jsonrpc-core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-jsonrpc-http-server 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-jsonrpc-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2207,7 +2207,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.33 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.12.0", "solana-drone 0.12.0", "solana-logger 0.12.0", @@ -2907,7 +2907,7 @@ dependencies = [ "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" "checksum serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" = "6fa52f19aee12441d5ad11c9a00459122bd8f98707cadf9778c540674f1935b6" "checksum serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" = "96a7f9496ac65a2db5929afa087b54f8fc5008dcfbe48a8874ed20049b0d6154" -"checksum serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811" +"checksum serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)" = "bdf540260cfee6da923831f4776ddc495ada940c30117977c70f1313a6130545" "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 ae8ec62bc..10943193a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ ring = "0.13.2" rocksdb = "0.10.1" serde = "1.0.82" serde_derive = "1.0.82" -serde_json = "1.0.10" +serde_json = "1.0.34" 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 c7580fc14..de206f526 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.10" +serde_json = "1.0.34" 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 d4d57f2f5..ca5ecafd6 100644 --- a/fullnode-config/Cargo.toml +++ b/fullnode-config/Cargo.toml @@ -13,7 +13,7 @@ dirs = "1.0.2" log = "0.4.2" serde = "1.0.82" serde_derive = "1.0.82" -serde_json = "1.0.10" +serde_json = "1.0.34" 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 2becf7ea6..5a6e60a09 100644 --- a/fullnode/Cargo.toml +++ b/fullnode/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" [dependencies] clap = "2.32.0" log = "0.4.2" -serde_json = "1.0.10" +serde_json = "1.0.34" 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 4c413c6c0..fddd960ad 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" [dependencies] clap = "2.32.0" -serde_json = "1.0.10" +serde_json = "1.0.34" 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 c0d973251..cb2c60fda 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" [dependencies] clap = "2.32.0" -serde_json = "1.0.10" +serde_json = "1.0.34" solana = { path = "..", version = "0.12.0" } solana-logger = { path = "../logger", version = "0.12.0" } diff --git a/replicator/Cargo.toml b/replicator/Cargo.toml index b41f7d25b..a0caf1aeb 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.10" +serde_json = "1.0.34" 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 e38f5e2bb..497f09cc0 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -19,5 +19,5 @@ ring = "0.13.2" sha2 = "0.8.0" serde = "1.0.82" serde_derive = "1.0.82" -serde_json = "1.0.10" +serde_json = "1.0.34" untrusted = "0.6.2" diff --git a/upload-perf/Cargo.toml b/upload-perf/Cargo.toml index e94588e33..e5f0a6411 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.10" +serde_json = "1.0.34" solana-metrics = { path = "../metrics", version = "0.12.0" } [[bin]] diff --git a/vote-signer/Cargo.toml b/vote-signer/Cargo.toml index a780a14bb..390f218f1 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.10" +serde_json = "1.0.34" solana-sdk = { path = "../sdk", version = "0.12.0" } solana-metrics = { path = "../metrics", version = "0.12.0" } solana-jsonrpc-core = "0.3.0" diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index c969d6fce..073259621 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -13,7 +13,7 @@ bs58 = "0.2.0" clap = "2.32.0" chrono = { version = "0.4.0", features = ["serde"] } dirs = "1.0.2" -serde_json = "1.0.10" +serde_json = "1.0.34" solana = { path = "..", version = "0.12.0" } solana-drone = { path = "../drone", version = "0.12.0" } solana-logger = { path = "../logger", version = "0.12.0" }