From e9cb4a12dcc565275a0e8a57171b82a6be2a8bf7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 4 Jun 2019 15:48:23 -0700 Subject: [PATCH] Bump serde_derive from 1.0.91 to 1.0.92 (#4505) automerge --- Cargo.lock | 42 ++++++++++++++++---------------- bench-exchange/Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- drone/Cargo.toml | 2 +- install/Cargo.toml | 2 +- kvstore/Cargo.toml | 2 +- programs/budget_api/Cargo.toml | 2 +- programs/config_api/Cargo.toml | 2 +- programs/exchange_api/Cargo.toml | 2 +- programs/stake_api/Cargo.toml | 2 +- programs/storage_api/Cargo.toml | 2 +- programs/token_api/Cargo.toml | 2 +- programs/vote_api/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- 16 files changed, 36 insertions(+), 36 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10f2038262..05a5403519 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1064,7 +1064,7 @@ dependencies = [ "hyper 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)", "hyper-native-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1106,7 +1106,7 @@ dependencies = [ "futures 0.1.26 (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.92 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1118,7 +1118,7 @@ dependencies = [ "futures 0.1.26 (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.92 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2071,12 +2071,12 @@ name = "serde" version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serde_derive" -version = "1.0.91" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2207,7 +2207,7 @@ dependencies = [ "reqwest 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)", "rocksdb 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (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-api 0.16.0", "solana-budget-program 0.16.0", @@ -2250,7 +2250,7 @@ dependencies = [ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (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.16.0", "solana-client 0.16.0", @@ -2333,7 +2333,7 @@ dependencies = [ "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", "solana-runtime 0.16.0", "solana-sdk 0.16.0", ] @@ -2361,7 +2361,7 @@ dependencies = [ "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (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.16.0", "solana-netutil 0.16.0", @@ -2375,7 +2375,7 @@ dependencies = [ "bincode 1.1.4 (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.92 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.16.0", "solana-runtime 0.16.0", "solana-sdk 0.16.0", @@ -2401,7 +2401,7 @@ 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 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.16.0", "solana-metrics 0.16.0", "solana-sdk 0.16.0", @@ -2428,7 +2428,7 @@ dependencies = [ "bincode 1.1.4 (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.92 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.16.0", "solana-metrics 0.16.0", "solana-runtime 0.16.0", @@ -2508,7 +2508,7 @@ dependencies = [ "reqwest 0.9.17 (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.92 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana-client 0.16.0", "solana-config-api 0.16.0", @@ -2539,7 +2539,7 @@ dependencies = [ "memmap 0.7.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.92 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2627,7 +2627,7 @@ dependencies = [ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (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.16.0", "solana-metrics 0.16.0", @@ -2657,7 +2657,7 @@ dependencies = [ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (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)", "solana-ed25519-dalek 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2671,7 +2671,7 @@ dependencies = [ "bincode 1.1.4 (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.92 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.16.0", "solana-metrics 0.16.0", "solana-sdk 0.16.0", @@ -2696,7 +2696,7 @@ dependencies = [ "bincode 1.1.4 (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.92 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.16.0", "solana-runtime 0.16.0", "solana-sdk 0.16.0", @@ -2721,7 +2721,7 @@ dependencies = [ "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.16.0", "solana-sdk 0.16.0", ] @@ -2770,7 +2770,7 @@ dependencies = [ "bincode 1.1.4 (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.92 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.16.0", "solana-metrics 0.16.0", "solana-sdk 0.16.0", @@ -3666,7 +3666,7 @@ dependencies = [ "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" "checksum serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" = "32746bf0f26eab52f06af0d0aa1984f641341d06d8d673c693871da2d188c9be" -"checksum serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)" = "101b495b109a3e3ca8c4cbe44cf62391527cdfb6ba15821c5ce80bcd5ea23f9f" +"checksum serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" = "46a3223d0c9ba936b61c0d2e3e559e3217dbfb8d65d06d26e8b3c25de38bae3e" "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 serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" diff --git a/bench-exchange/Cargo.toml b/bench-exchange/Cargo.toml index 279bb5b1b6..5e60402a66 100644 --- a/bench-exchange/Cargo.toml +++ b/bench-exchange/Cargo.toml @@ -20,7 +20,7 @@ num-traits = "0.2" rand = "0.6.5" rayon = "1.0.3" serde = "1.0.92" -serde_derive = "1.0.91" +serde_derive = "1.0.92" serde_json = "1.0.38" # solana-runtime = { path = "../solana/runtime"} solana = { path = "../core", version = "0.16.0" } diff --git a/client/Cargo.toml b/client/Cargo.toml index 54dd86dc1f..ae78b8491c 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -17,7 +17,7 @@ rand = "0.6.5" rayon = "1.0.0" reqwest = "0.9.17" serde = "1.0.92" -serde_derive = "1.0.91" +serde_derive = "1.0.92" serde_json = "1.0.39" solana-netutil = { path = "../netutil", version = "0.16.0" } solana-sdk = { path = "../sdk", version = "0.16.0" } diff --git a/core/Cargo.toml b/core/Cargo.toml index 635eb9df16..19171a0d71 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -46,7 +46,7 @@ reed-solomon-erasure = "3.1.1" reqwest = "0.9.17" rocksdb = "0.11.0" serde = "1.0.92" -serde_derive = "1.0.91" +serde_derive = "1.0.92" serde_json = "1.0.39" solana-budget-api = { path = "../programs/budget_api", version = "0.16.0" } solana-budget-program = { path = "../programs/budget_program", version = "0.16.0" } diff --git a/drone/Cargo.toml b/drone/Cargo.toml index 6abb5ee00e..f2c765b6fb 100644 --- a/drone/Cargo.toml +++ b/drone/Cargo.toml @@ -19,7 +19,7 @@ bytes = "0.4" clap = "2.33" log = "0.4.2" serde = "1.0.92" -serde_derive = "1.0.91" +serde_derive = "1.0.92" solana-logger = { path = "../logger", version = "0.16.0" } solana-metrics = { path = "../metrics", version = "0.16.0" } solana-sdk = { path = "../sdk", version = "0.16.0" } diff --git a/install/Cargo.toml b/install/Cargo.toml index a3af4d62fc..f5e45e3eb2 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -26,7 +26,7 @@ log = "0.4.2" reqwest = "0.9.17" ring = "0.13.2" serde = "1.0.92" -serde_derive = "1.0.91" +serde_derive = "1.0.92" serde_yaml = "0.8.9" solana-client = { path = "../client", version = "0.16.0" } solana-config-api = { path = "../programs/config_api", version = "0.16.0" } diff --git a/kvstore/Cargo.toml b/kvstore/Cargo.toml index bd3a9ae10f..fe6cbce46c 100644 --- a/kvstore/Cargo.toml +++ b/kvstore/Cargo.toml @@ -16,7 +16,7 @@ crc = "1.8.1" memmap = "0.7.0" rand = "0.6.5" serde = "1.0.92" -serde_derive = "1.0.91" +serde_derive = "1.0.92" [dev-dependencies] tempfile = "3.0.8" diff --git a/programs/budget_api/Cargo.toml b/programs/budget_api/Cargo.toml index 4e38b113b6..2254e1f1d5 100644 --- a/programs/budget_api/Cargo.toml +++ b/programs/budget_api/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.2" num-derive = "0.2" num-traits = "0.2" serde = "1.0.92" -serde_derive = "1.0.91" +serde_derive = "1.0.92" solana-sdk = { path = "../../sdk", version = "0.16.0" } [dev-dependencies] diff --git a/programs/config_api/Cargo.toml b/programs/config_api/Cargo.toml index 31d5bc7d42..b1724077da 100644 --- a/programs/config_api/Cargo.toml +++ b/programs/config_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.4" log = "0.4.2" serde = "1.0.92" -serde_derive = "1.0.91" +serde_derive = "1.0.92" solana-logger = { path = "../../logger", version = "0.16.0" } solana-sdk = { path = "../../sdk", version = "0.16.0" } diff --git a/programs/exchange_api/Cargo.toml b/programs/exchange_api/Cargo.toml index 89ee0ad5ca..140e31d38e 100644 --- a/programs/exchange_api/Cargo.toml +++ b/programs/exchange_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.4" log = "0.4.2" serde = "1.0.92" -serde_derive = "1.0.91" +serde_derive = "1.0.92" solana-logger = { path = "../../logger", version = "0.16.0" } solana-metrics = { path = "../../metrics", version = "0.16.0" } solana-sdk = { path = "../../sdk", version = "0.16.0" } diff --git a/programs/stake_api/Cargo.toml b/programs/stake_api/Cargo.toml index 60393fb8d0..647181ea16 100644 --- a/programs/stake_api/Cargo.toml +++ b/programs/stake_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.4" log = "0.4.2" serde = "1.0.92" -serde_derive = "1.0.91" +serde_derive = "1.0.92" solana-logger = { path = "../../logger", version = "0.16.0" } solana-metrics = { path = "../../metrics", version = "0.16.0" } solana-sdk = { path = "../../sdk", version = "0.16.0" } diff --git a/programs/storage_api/Cargo.toml b/programs/storage_api/Cargo.toml index ad86518bcd..8665e19a97 100644 --- a/programs/storage_api/Cargo.toml +++ b/programs/storage_api/Cargo.toml @@ -13,7 +13,7 @@ assert_matches = "1.3.0" bincode = "1.1.4" log = "0.4.2" serde = "1.0.92" -serde_derive = "1.0.91" +serde_derive = "1.0.92" solana-logger = { path = "../../logger", version = "0.16.0" } solana-sdk = { path = "../../sdk", version = "0.16.0" } diff --git a/programs/token_api/Cargo.toml b/programs/token_api/Cargo.toml index 14bf75819f..38c8914a4e 100644 --- a/programs/token_api/Cargo.toml +++ b/programs/token_api/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.2" num-derive = "0.2" num-traits = "0.2" serde = "1.0.92" -serde_derive = "1.0.91" +serde_derive = "1.0.92" solana-logger = { path = "../../logger", version = "0.16.0" } solana-sdk = { path = "../../sdk", version = "0.16.0" } diff --git a/programs/vote_api/Cargo.toml b/programs/vote_api/Cargo.toml index 1370648082..877a8517dc 100644 --- a/programs/vote_api/Cargo.toml +++ b/programs/vote_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.4" log = "0.4.2" serde = "1.0.92" -serde_derive = "1.0.91" +serde_derive = "1.0.92" solana-logger = { path = "../../logger", version = "0.16.0" } solana-metrics = { path = "../../metrics", version = "0.16.0" } solana-sdk = { path = "../../sdk", version = "0.16.0" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 0e2d794b11..4a1a154f01 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -21,7 +21,7 @@ memmap = "0.6.2" rand = "0.6.5" rayon = "1.0.0" serde = "1.0.92" -serde_derive = "1.0.91" +serde_derive = "1.0.92" serde_json = "1.0.38" solana-logger = { path = "../logger", version = "0.16.0" } solana-metrics = { path = "../metrics", version = "0.16.0" } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 8957e1dc10..e0dc886f7f 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -22,7 +22,7 @@ num-traits = "0.2" rand = "0.6.5" rayon = "1.0.0" serde = "1.0.92" -serde_derive = "1.0.91" +serde_derive = "1.0.92" serde_json = "1.0.39" sha2 = "0.8.0" solana-ed25519-dalek = "0.2.0"