From 5b72a984a34349b6af0503cd7c68a0f0260c33d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 28 Feb 2019 09:15:19 +0000 Subject: [PATCH] Bump serde_json from 1.0.38 to 1.0.39 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.38 to 1.0.39. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.38...v1.0.39) Signed-off-by: dependabot[bot] --- Cargo.lock | 36 ++++++++++++++++++------------------ 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(+), 29 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d011ee64c..f18e2cb345 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -583,7 +583,7 @@ dependencies = [ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -870,7 +870,7 @@ dependencies = [ "hyper-native-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -917,7 +917,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1746,7 +1746,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.88 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (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.15 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1881,7 +1881,7 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.38" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1985,7 +1985,7 @@ dependencies = [ "rocksdb 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-program 0.12.0", "solana-drone 0.12.0", "solana-logger 0.12.0", @@ -2017,7 +2017,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.38 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.12.0", "solana-drone 0.12.0", "solana-logger 0.12.0", @@ -2098,7 +2098,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.38 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.12.0", "solana-drone 0.12.0", "solana-fullnode-config 0.12.0", @@ -2119,7 +2119,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (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)", @@ -2130,7 +2130,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.38 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.12.0", "solana-sdk 0.12.0", ] @@ -2150,7 +2150,7 @@ version = "0.12.0" dependencies = [ "assert_cmd 0.11.0 (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.38 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.12.0", "solana-logger 0.12.0", "solana-runtime 0.12.0", @@ -2230,7 +2230,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.38 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.12.0", "solana-fullnode-config 0.12.0", "solana-logger 0.12.0", @@ -2272,7 +2272,7 @@ dependencies = [ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.12.0", "solana-metrics 0.12.0", "solana-native-loader 0.12.0", @@ -2294,7 +2294,7 @@ dependencies = [ "ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (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)", ] @@ -2326,7 +2326,7 @@ dependencies = [ name = "solana-upload-perf" version = "0.12.0" dependencies = [ - "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "solana-metrics 0.12.0", ] @@ -2353,7 +2353,7 @@ dependencies = [ "jsonrpc-http-server 10.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "solana-metrics 0.12.0", "solana-sdk 0.12.0", ] @@ -2368,7 +2368,7 @@ dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 1.0.5 (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.38 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.12.0", "solana-drone 0.12.0", "solana-logger 0.12.0", @@ -3103,7 +3103,7 @@ dependencies = [ "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" "checksum serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)" = "9f301d728f2b94c9a7691c90f07b0b4e8a4517181d9461be94c04bddeb4bd850" "checksum serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)" = "beed18e6f5175aef3ba670e57c60ef3b1b74d250d962a26604bff4c80e970dd4" -"checksum serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)" = "27dce848e7467aa0e2fcaf0a413641499c0b745452aaca1194d24dedde9e13c9" +"checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" "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 cfec51dc67..3deebee404 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ ring = "0.13.2" rocksdb = "0.11.0" serde = "1.0.88" serde_derive = "1.0.88" -serde_json = "1.0.38" +serde_json = "1.0.39" solana-drone = { path = "drone", version = "0.12.0" } solana-logger = { path = "logger", version = "0.12.0" } solana-metrics = { path = "metrics", version = "0.12.0" } diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index 06f79f7f24..e4b917e233 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.38" +serde_json = "1.0.39" 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 617b684f29..28da071a86 100644 --- a/fullnode-config/Cargo.toml +++ b/fullnode-config/Cargo.toml @@ -17,7 +17,7 @@ dirs = "1.0.5" log = "0.4.2" serde = "1.0.88" serde_derive = "1.0.88" -serde_json = "1.0.38" +serde_json = "1.0.39" 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 ed46f0ac64..740c1260b5 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.38" +serde_json = "1.0.39" 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 064d7056c5..6f48e363c5 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.38" +serde_json = "1.0.39" 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 c804fcc94a..7c10089af1 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.38" +serde_json = "1.0.39" 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 5d3b8cb048..4218203513 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.38" +serde_json = "1.0.39" 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 8ca7e18b86..42b86ef024 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -20,5 +20,5 @@ ring = "0.13.2" sha2 = "0.8.0" serde = "1.0.88" serde_derive = "1.0.88" -serde_json = "1.0.38" +serde_json = "1.0.39" untrusted = "0.6.2" diff --git a/upload-perf/Cargo.toml b/upload-perf/Cargo.toml index 4dfb1cee6c..bcdb00622e 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.38" +serde_json = "1.0.39" solana-metrics = { path = "../metrics", version = "0.12.0" } [[bin]] diff --git a/vote-signer/Cargo.toml b/vote-signer/Cargo.toml index 8ea8ae6ed2..b94d132618 100644 --- a/vote-signer/Cargo.toml +++ b/vote-signer/Cargo.toml @@ -16,7 +16,7 @@ jsonrpc-core = "10.1.0" jsonrpc-derive = "10.1.0" jsonrpc-http-server = "10.1.0" serde = "1.0.88" -serde_json = "1.0.38" +serde_json = "1.0.39" solana-sdk = { path = "../sdk", version = "0.12.0" } solana-metrics = { path = "../metrics", version = "0.12.0" } diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index 3a8c772c99..531e3b9035 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -15,7 +15,7 @@ clap = "2.32.0" chrono = { version = "0.4.0", features = ["serde"] } dirs = "1.0.5" log = "0.4.2" -serde_json = "1.0.38" +serde_json = "1.0.39" solana = { path = "..", version = "0.12.0" } solana-drone = { path = "../drone", version = "0.12.0" } solana-logger = { path = "../logger", version = "0.12.0" }