From db13b52e6ae0f28b0d8146f903657d5ed825f20e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2019 16:15:56 -0600 Subject: [PATCH] Bump serde_json from 1.0.39 to 1.0.40 (#4881) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.39 to 1.0.40. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.39...v1.0.40) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 44 +++++++++++++++++++-------------------- bench-exchange/Cargo.toml | 2 +- bench-tps/Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- genesis/Cargo.toml | 2 +- ledger-tool/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 +- wallet/Cargo.toml | 2 +- 13 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8528fd40b5..bd20dcd977 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -452,7 +452,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "publicsuffix 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.40 (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)", @@ -719,7 +719,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.94 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1058,7 +1058,7 @@ dependencies = [ "hyper-native-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1100,7 +1100,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1942,7 +1942,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.94 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "serde_urlencoded 0.5.4 (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.21 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1989,7 +1989,7 @@ dependencies = [ [[package]] name = "ryu" -version = "0.2.7" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -2083,11 +2083,11 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.39" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2241,7 +2241,7 @@ dependencies = [ "rocksdb 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.40 (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.17.0", @@ -2289,7 +2289,7 @@ dependencies = [ "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.17.0", "solana-client 0.17.0", @@ -2324,7 +2324,7 @@ dependencies = [ "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.17.0", "solana-client 0.17.0", @@ -2421,7 +2421,7 @@ dependencies = [ "reqwest 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", "solana-netutil 0.17.0", "solana-sdk 0.17.0", @@ -2522,7 +2522,7 @@ dependencies = [ "hashbrown 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.17.0", "solana-bpf-loader-api 0.17.0", @@ -2619,7 +2619,7 @@ version = "0.17.0" dependencies = [ "assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.17.0", "solana-logger 0.17.0", "solana-runtime 0.17.0", @@ -2717,7 +2717,7 @@ dependencies = [ "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "solana-bpf-loader-api 0.17.0", "solana-bpf-loader-program 0.17.0", "solana-logger 0.17.0", @@ -2753,7 +2753,7 @@ dependencies = [ "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-ed25519-dalek 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", @@ -2857,7 +2857,7 @@ name = "solana-upload-perf" version = "0.17.0" dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "solana-metrics 0.17.0", ] @@ -2867,7 +2867,7 @@ version = "0.17.0" dependencies = [ "clap 2.33.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.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.17.0", "solana-drone 0.17.0", "solana-logger 0.17.0", @@ -2913,7 +2913,7 @@ dependencies = [ "jsonrpc-http-server 12.0.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.94 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "solana-metrics 0.17.0", "solana-sdk 0.17.0", ] @@ -2929,7 +2929,7 @@ dependencies = [ "dirs 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "solana 0.17.0", "solana-budget-api 0.17.0", "solana-budget-program 0.17.0", @@ -3780,7 +3780,7 @@ dependencies = [ "checksum rocksdb 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f1651697fefd273bfb4fd69466cc2a9d20de557a0213b97233b22b5e95924b5e" "checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" -"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" +"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" "checksum schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f6abf258d99c3c1c5c2131d99d064e94b7b3dd5f416483057f308fea253339" @@ -3793,7 +3793,7 @@ dependencies = [ "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" "checksum serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" = "076a696fdea89c19d3baed462576b8f6d663064414b5c793642da8dfeb99475b" "checksum serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" = "ef45eb79d6463b22f5f9e16d283798b7c0175ba6050bc25c1a946c122727fe7b" -"checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" +"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" "checksum serde_urlencoded 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d48f9f99cd749a2de71d29da5f948de7f2764cc5a9d7f3c97e3514d4ee6eabf2" "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 63aea9d976..856470dc1a 100644 --- a/bench-exchange/Cargo.toml +++ b/bench-exchange/Cargo.toml @@ -21,7 +21,7 @@ rand = "0.6.5" rayon = "1.1.0" serde = "1.0.94" serde_derive = "1.0.94" -serde_json = "1.0.39" +serde_json = "1.0.40" serde_yaml = "0.8.9" # solana-runtime = { path = "../solana/runtime"} solana = { path = "../core", version = "0.17.0" } diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index 1950c319ba..3569fcdf39 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -13,7 +13,7 @@ log = "0.4.6" rayon = "1.1.0" serde = "1.0.94" serde_derive = "1.0.94" -serde_json = "1.0.39" +serde_json = "1.0.40" serde_yaml = "0.8.9" solana = { path = "../core", version = "0.17.0" } solana-client = { path = "../client", version = "0.17.0" } diff --git a/client/Cargo.toml b/client/Cargo.toml index 54485b542b..d33c51cbe0 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -18,7 +18,7 @@ rayon = "1.1.0" reqwest = "0.9.18" serde = "1.0.94" serde_derive = "1.0.94" -serde_json = "1.0.39" +serde_json = "1.0.40" solana-netutil = { path = "../netutil", version = "0.17.0" } solana-sdk = { path = "../sdk", version = "0.17.0" } diff --git a/core/Cargo.toml b/core/Cargo.toml index 8a47cfa68c..09cb216891 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -45,7 +45,7 @@ reqwest = "0.9.18" rocksdb = "0.11.0" serde = "1.0.94" serde_derive = "1.0.94" -serde_json = "1.0.39" +serde_json = "1.0.40" solana-budget-api = { path = "../programs/budget_api", version = "0.17.0" } solana-budget-program = { path = "../programs/budget_program", version = "0.17.0" } solana-chacha-sys = { path = "../chacha-sys", version = "0.17.0" } diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index c9db7f1eb6..06fc815ec1 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.1.4" clap = "2.33.0" serde = "1.0.94" serde_derive = "1.0.94" -serde_json = "1.0.39" +serde_json = "1.0.40" serde_yaml = "0.8.9" solana = { path = "../core", version = "0.17.0" } solana-bpf-loader-api = { path = "../programs/bpf_loader_api", version = "0.17.0" } diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index 065298804f..81dc90bcfd 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" [dependencies] clap = "2.33.0" -serde_json = "1.0.39" +serde_json = "1.0.40" solana = { path = "../core", version = "0.17.0" } solana-logger = { path = "../logger", version = "0.17.0" } solana-runtime = { path = "../runtime", version = "0.17.0" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index e3bfb70c48..bb5377df6f 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -24,7 +24,7 @@ rand = "0.6.5" rayon = "1.1.0" serde = "1.0.94" serde_derive = "1.0.94" -serde_json = "1.0.38" +serde_json = "1.0.40" solana-logger = { path = "../logger", version = "0.17.0" } solana-measure = { path = "../measure", version = "0.17.0" } solana-metrics = { path = "../metrics", version = "0.17.0" } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 1986008a74..0a79236fbe 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -25,7 +25,7 @@ rand = "0.6.5" rayon = "1.1.0" serde = "1.0.94" serde_derive = "1.0.94" -serde_json = "1.0.39" +serde_json = "1.0.40" sha2 = "0.8.0" solana-ed25519-dalek = "0.2.0" solana-logger = { path = "../logger", version = "0.17.0" } diff --git a/upload-perf/Cargo.toml b/upload-perf/Cargo.toml index 079b552ea9..2aaa6d9e5e 100644 --- a/upload-perf/Cargo.toml +++ b/upload-perf/Cargo.toml @@ -11,7 +11,7 @@ publish = false [dependencies] log = "0.4.2" -serde_json = "1.0.39" +serde_json = "1.0.40" solana-metrics = { path = "../metrics", version = "0.17.0" } [[bin]] diff --git a/validator/Cargo.toml b/validator/Cargo.toml index ef71b8de5f..1f0997c580 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://solana.com/" [dependencies] clap = "2.33.0" log = "0.4.2" -serde_json = "1.0.39" +serde_json = "1.0.40" solana = { path = "../core", version = "0.17.0" } solana-drone = { path = "../drone", version = "0.17.0" } solana-logger = { path = "../logger", version = "0.17.0" } diff --git a/vote-signer/Cargo.toml b/vote-signer/Cargo.toml index a5a0993b28..d556dd20ef 100644 --- a/vote-signer/Cargo.toml +++ b/vote-signer/Cargo.toml @@ -16,7 +16,7 @@ jsonrpc-derive = "12.0.0" jsonrpc-http-server = "12.0.0" log = "0.4.2" serde = "1.0.94" -serde_json = "1.0.39" +serde_json = "1.0.40" solana-metrics = { path = "../metrics", version = "0.17.0" } solana-sdk = { path = "../sdk", version = "0.17.0" } diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index e38234dd8d..3583e5a59c 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -16,7 +16,7 @@ clap = "2.33.0" dirs = "2.0.1" log = "0.4.2" num-traits = "0.2" -serde_json = "1.0.39" +serde_json = "1.0.40" solana-budget-api = { path = "../programs/budget_api", version = "0.17.0" } solana-client = { path = "../client", version = "0.17.0" } solana-drone = { path = "../drone", version = "0.17.0" }