From 674a49f8d76119013511718808a2186c591a4f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 7 May 2019 20:05:41 -0700 Subject: [PATCH] Bump serde_derive from 1.0.90 to 1.0.91 (#4172) Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.90 to 1.0.91. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.90...v1.0.91) Signed-off-by: dependabot[bot] --- Cargo.lock | 44 ++++++++++++++++---------------- 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, 37 insertions(+), 37 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0729b77ef2..2ffa8ab1c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -442,7 +442,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.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (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)", @@ -1051,7 +1051,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.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1093,7 +1093,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.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1105,7 +1105,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.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2067,12 +2067,12 @@ name = "serde" version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serde_derive" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2196,7 +2196,7 @@ dependencies = [ "reqwest 0.9.16 (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.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (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.15.0", "solana-budget-program 0.15.0", @@ -2233,7 +2233,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.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (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.15.0", "solana-client 0.15.0", @@ -2316,7 +2316,7 @@ dependencies = [ "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "solana-runtime 0.15.0", "solana-sdk 0.15.0", ] @@ -2342,7 +2342,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.16 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (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.15.0", "solana-netutil 0.15.0", @@ -2356,7 +2356,7 @@ dependencies = [ "bincode 1.1.3 (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.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.15.0", "solana-runtime 0.15.0", "solana-sdk 0.15.0", @@ -2382,7 +2382,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.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.15.0", "solana-metrics 0.15.0", "solana-sdk 0.15.0", @@ -2397,7 +2397,7 @@ dependencies = [ "bincode 1.1.3 (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.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.15.0", "solana-metrics 0.15.0", "solana-runtime 0.15.0", @@ -2488,7 +2488,7 @@ dependencies = [ "reqwest 0.9.16 (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.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (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.15.0", "solana-config-api 0.15.0", @@ -2519,7 +2519,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.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2607,7 +2607,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.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (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.15.0", "solana-metrics 0.15.0", @@ -2633,7 +2633,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.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (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)", @@ -2646,7 +2646,7 @@ dependencies = [ "bincode 1.1.3 (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.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.15.0", "solana-metrics 0.15.0", "solana-sdk 0.15.0", @@ -2670,7 +2670,7 @@ dependencies = [ "bincode 1.1.3 (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.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.15.0", "solana-runtime 0.15.0", "solana-sdk 0.15.0", @@ -2695,7 +2695,7 @@ dependencies = [ "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.15.0", "solana-sdk 0.15.0", ] @@ -2725,7 +2725,7 @@ dependencies = [ "bincode 1.1.3 (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.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.15.0", "solana-metrics 0.15.0", "solana-sdk 0.15.0", @@ -3617,7 +3617,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.91 (registry+https://github.com/rust-lang/crates.io-index)" = "a72e9b96fa45ce22a4bc23da3858dfccfd60acd28a25bcd328a98fdd6bea43fd" -"checksum serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "58fc82bec244f168b23d1963b45c8bf5726e9a15a9d146a067f9081aeed2de79" +"checksum serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)" = "101b495b109a3e3ca8c4cbe44cf62391527cdfb6ba15821c5ce80bcd5ea23f9f" "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 10cad47226..37eb312acb 100644 --- a/bench-exchange/Cargo.toml +++ b/bench-exchange/Cargo.toml @@ -19,7 +19,7 @@ num-derive = "0.2" rand = "0.6.5" rayon = "1.0.3" serde = "1.0.91" -serde_derive = "1.0.87" +serde_derive = "1.0.91" serde_json = "1.0.38" # solana-runtime = { path = "../solana/runtime"} solana = { path = "../core", version = "0.15.0" } diff --git a/client/Cargo.toml b/client/Cargo.toml index 4c7249463e..2b5eca46e9 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.2" jsonrpc-core = "10.1.0" reqwest = "0.9.11" serde = "1.0.89" -serde_derive = "1.0.88" +serde_derive = "1.0.91" serde_json = "1.0.39" solana-netutil = { path = "../netutil", version = "0.15.0" } solana-sdk = { path = "../sdk", version = "0.15.0" } diff --git a/core/Cargo.toml b/core/Cargo.toml index 17cd695d8c..43ec0f198f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -45,7 +45,7 @@ reed-solomon-erasure = "3.1.1" reqwest = "0.9.11" rocksdb = "0.11.0" serde = "1.0.89" -serde_derive = "1.0.88" +serde_derive = "1.0.91" serde_json = "1.0.39" solana-budget-api = { path = "../programs/budget_api", version = "0.15.0" } solana-client = { path = "../client", version = "0.15.0" } diff --git a/drone/Cargo.toml b/drone/Cargo.toml index 7dce949c9f..b15443e6c5 100644 --- a/drone/Cargo.toml +++ b/drone/Cargo.toml @@ -19,7 +19,7 @@ byteorder = "1.3.1" clap = "2.33" log = "0.4.2" serde = "1.0.91" -serde_derive = "1.0.90" +serde_derive = "1.0.91" solana-logger = { path = "../logger", version = "0.15.0" } solana-sdk = { path = "../sdk", version = "0.15.0" } solana-metrics = { path = "../metrics", version = "0.15.0" } diff --git a/install/Cargo.toml b/install/Cargo.toml index 7f12d44a57..b48363ed09 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -26,7 +26,7 @@ log = "0.4.2" reqwest = "0.9.16" ring = "0.13.2" serde = "1.0.91" -serde_derive = "1.0.90" +serde_derive = "1.0.91" serde_yaml = "0.8.9" solana-client = { path = "../client", version = "0.15.0" } solana-config-api = { path = "../programs/config_api", version = "0.15.0" } diff --git a/kvstore/Cargo.toml b/kvstore/Cargo.toml index 8bf4d23d18..cacb18c114 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.91" -serde_derive = "1.0.90" +serde_derive = "1.0.91" [dev-dependencies] tempfile = "3.0.7" diff --git a/programs/budget_api/Cargo.toml b/programs/budget_api/Cargo.toml index ae7dab9532..b07bba8a8d 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.91" -serde_derive = "1.0.90" +serde_derive = "1.0.91" solana-sdk = { path = "../../sdk", version = "0.15.0" } [dev-dependencies] diff --git a/programs/config_api/Cargo.toml b/programs/config_api/Cargo.toml index a2f2ba34a5..2882a3a03a 100644 --- a/programs/config_api/Cargo.toml +++ b/programs/config_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.3" log = "0.4.2" serde = "1.0.91" -serde_derive = "1.0.90" +serde_derive = "1.0.91" solana-logger = { path = "../../logger", version = "0.15.0" } solana-sdk = { path = "../../sdk", version = "0.15.0" } diff --git a/programs/exchange_api/Cargo.toml b/programs/exchange_api/Cargo.toml index d20e78f147..9ec39f283f 100644 --- a/programs/exchange_api/Cargo.toml +++ b/programs/exchange_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" log = "0.4.2" bincode = "1.1.3" serde = "1.0.91" -serde_derive = "1.0.90" +serde_derive = "1.0.91" solana-logger = { path = "../../logger", version = "0.15.0" } solana-sdk = { path = "../../sdk", version = "0.15.0" } solana-metrics = { path = "../../metrics", version = "0.15.0" } diff --git a/programs/stake_api/Cargo.toml b/programs/stake_api/Cargo.toml index e9cc79712c..af47bdda96 100644 --- a/programs/stake_api/Cargo.toml +++ b/programs/stake_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.3" log = "0.4.2" serde = "1.0.91" -serde_derive = "1.0.90" +serde_derive = "1.0.91" solana-logger = { path = "../../logger", version = "0.15.0" } solana-metrics = { path = "../../metrics", version = "0.15.0" } solana-sdk = { path = "../../sdk", version = "0.15.0" } diff --git a/programs/storage_api/Cargo.toml b/programs/storage_api/Cargo.toml index b7ebec33b9..3604ca55f2 100644 --- a/programs/storage_api/Cargo.toml +++ b/programs/storage_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.3" log = "0.4.2" serde = "1.0.91" -serde_derive = "1.0.90" +serde_derive = "1.0.91" solana-logger = { path = "../../logger", version = "0.15.0" } solana-sdk = { path = "../../sdk", version = "0.15.0" } diff --git a/programs/token_api/Cargo.toml b/programs/token_api/Cargo.toml index 226f7925bc..f03fd7f14c 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.91" -serde_derive = "1.0.90" +serde_derive = "1.0.91" solana-logger = { path = "../../logger", version = "0.15.0" } solana-sdk = { path = "../../sdk", version = "0.15.0" } diff --git a/programs/vote_api/Cargo.toml b/programs/vote_api/Cargo.toml index ee2a63dfbe..c7faaa339f 100644 --- a/programs/vote_api/Cargo.toml +++ b/programs/vote_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.3" log = "0.4.2" serde = "1.0.91" -serde_derive = "1.0.90" +serde_derive = "1.0.91" solana-logger = { path = "../../logger", version = "0.15.0" } solana-metrics = { path = "../../metrics", version = "0.15.0" } solana-sdk = { path = "../../sdk", version = "0.15.0" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 0db386d923..66c35dd240 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.88" -serde_derive = "1.0.88" +serde_derive = "1.0.91" serde_json = "1.0.38" solana-logger = { path = "../logger", version = "0.15.0" } solana-metrics = { path = "../metrics", version = "0.15.0" } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index f7c1200620..3196dba6ae 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -24,6 +24,6 @@ rand = "0.6.5" rayon = "1.0.0" sha2 = "0.8.0" serde = "1.0.91" -serde_derive = "1.0.90" +serde_derive = "1.0.91" serde_json = "1.0.39" untrusted = "0.6.2"