From f97f0c4758e3fed35b7d362fe2d90c332591f458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 4 Apr 2019 02:29:13 +0000 Subject: [PATCH] Bump serde_derive from 1.0.89 to 1.0.90 Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.89 to 1.0.90. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.89...v1.0.90) Signed-off-by: dependabot[bot] --- Cargo.lock | 38 ++++++++++++++++---------------- 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 +- sdk/Cargo.toml | 2 +- 12 files changed, 30 insertions(+), 30 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index adf42d933..165e8c92e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -970,7 +970,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.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1017,7 +1017,7 @@ dependencies = [ "futures 0.1.25 (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.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1953,12 +1953,12 @@ name = "serde" version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serde_derive" -version = "1.0.89" +version = "1.0.90" 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)", @@ -2081,7 +2081,7 @@ dependencies = [ "ring 0.13.5 (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.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (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.13.0", "solana-budget-program 0.13.0", @@ -2165,7 +2165,7 @@ dependencies = [ "chrono 0.4.6 (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.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", "solana-runtime 0.13.0", "solana-sdk 0.13.0", ] @@ -2191,7 +2191,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.13 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (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.13.0", "solana-netutil 0.13.0", @@ -2205,7 +2205,7 @@ dependencies = [ "bincode 1.1.2 (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.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.13.0", "solana-runtime 0.13.0", "solana-sdk 0.13.0", @@ -2231,7 +2231,7 @@ 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 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.13.0", "solana-metrics 0.13.0", "solana-sdk 0.13.0", @@ -2246,7 +2246,7 @@ dependencies = [ "bincode 1.1.2 (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.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.13.0", "solana-runtime 0.13.0", "solana-sdk 0.13.0", @@ -2333,7 +2333,7 @@ dependencies = [ "reqwest 0.9.13 (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.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", "solana-client 0.13.0", "solana-config-api 0.13.0", @@ -2364,7 +2364,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.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2451,7 +2451,7 @@ dependencies = [ "memmap 0.6.2 (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.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (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.13.0", "solana-metrics 0.13.0", @@ -2474,7 +2474,7 @@ dependencies = [ "rand 0.6.5 (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.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (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)", @@ -2487,7 +2487,7 @@ dependencies = [ "bincode 1.1.2 (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.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.13.0", "solana-metrics 0.13.0", "solana-runtime 0.13.0", @@ -2512,7 +2512,7 @@ dependencies = [ "bincode 1.1.2 (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.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.13.0", "solana-runtime 0.13.0", "solana-sdk 0.13.0", @@ -2535,7 +2535,7 @@ dependencies = [ "bincode 1.1.2 (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.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.13.0", "solana-sdk 0.13.0", ] @@ -2565,7 +2565,7 @@ dependencies = [ "bincode 1.1.2 (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.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.13.0", "solana-metrics 0.13.0", "solana-runtime 0.13.0", @@ -3408,7 +3408,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.90 (registry+https://github.com/rust-lang/crates.io-index)" = "aa5f7c20820475babd2c077c3ab5f8c77a31c15e16ea38687b4c02d3e48680f4" -"checksum serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6eabf4b5914e88e24eea240bb7c9f9a2cbc1bbbe8d961d381975ec3c6b806c" +"checksum serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "58fc82bec244f168b23d1963b45c8bf5726e9a15a9d146a067f9081aeed2de79" "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.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0887a8e097a69559b56aa2526bf7aff7c3048cf627dff781f0b56a6001534593" diff --git a/drone/Cargo.toml b/drone/Cargo.toml index d1576ddb4..1de9c614f 100644 --- a/drone/Cargo.toml +++ b/drone/Cargo.toml @@ -18,7 +18,7 @@ byteorder = "1.3.1" clap = "2.31" log = "0.4.2" serde = "1.0.90" -serde_derive = "1.0.89" +serde_derive = "1.0.90" solana-logger = { path = "../logger", version = "0.13.0" } solana-sdk = { path = "../sdk", version = "0.13.0" } solana-metrics = { path = "../metrics", version = "0.13.0" } diff --git a/install/Cargo.toml b/install/Cargo.toml index d0ed996b7..f890c453b 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -25,7 +25,7 @@ log = "0.4.2" reqwest = "0.9.13" ring = "0.13.2" serde = "1.0.90" -serde_derive = "1.0.89" +serde_derive = "1.0.90" serde_yaml = "0.8.8" solana-client = { path = "../client", version = "0.13.0" } solana-config-api = { path = "../programs/config_api", version = "0.13.0" } diff --git a/kvstore/Cargo.toml b/kvstore/Cargo.toml index 7a3335070..5514f8ed7 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.90" -serde_derive = "1.0.88" +serde_derive = "1.0.90" [dev-dependencies] tempfile = "3.0.7" diff --git a/programs/budget_api/Cargo.toml b/programs/budget_api/Cargo.toml index e85e7c2c9..2d7b9cec8 100644 --- a/programs/budget_api/Cargo.toml +++ b/programs/budget_api/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.1.2" chrono = { version = "0.4.0", features = ["serde"] } log = "0.4.2" serde = "1.0.90" -serde_derive = "1.0.89" +serde_derive = "1.0.90" solana-sdk = { path = "../../sdk", version = "0.13.0" } [dev-dependencies] diff --git a/programs/config_api/Cargo.toml b/programs/config_api/Cargo.toml index 06b3d6b3f..b9f5b2be8 100644 --- a/programs/config_api/Cargo.toml +++ b/programs/config_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.2" log = "0.4.2" serde = "1.0.90" -serde_derive = "1.0.89" +serde_derive = "1.0.90" solana-logger = { path = "../../logger", version = "0.13.0" } solana-sdk = { path = "../../sdk", version = "0.13.0" } diff --git a/programs/exchange_api/Cargo.toml b/programs/exchange_api/Cargo.toml index ea4d73630..f9678fd7b 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.2" serde = "1.0.90" -serde_derive = "1.0.89" +serde_derive = "1.0.90" solana-logger = { path = "../../logger", version = "0.13.0" } solana-sdk = { path = "../../sdk", version = "0.13.0" } diff --git a/programs/stake_api/Cargo.toml b/programs/stake_api/Cargo.toml index eedacf1db..66ad1a92e 100644 --- a/programs/stake_api/Cargo.toml +++ b/programs/stake_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.2" log = "0.4.2" serde = "1.0.90" -serde_derive = "1.0.89" +serde_derive = "1.0.90" solana-logger = { path = "../../logger", version = "0.13.0" } solana-metrics = { path = "../../metrics", version = "0.13.0" } solana-sdk = { path = "../../sdk", version = "0.13.0" } diff --git a/programs/storage_api/Cargo.toml b/programs/storage_api/Cargo.toml index 095219f8d..273d87690 100644 --- a/programs/storage_api/Cargo.toml +++ b/programs/storage_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.2" log = "0.4.2" serde = "1.0.90" -serde_derive = "1.0.89" +serde_derive = "1.0.90" solana-logger = { path = "../../logger", version = "0.13.0" } solana-sdk = { path = "../../sdk", version = "0.13.0" } diff --git a/programs/token_api/Cargo.toml b/programs/token_api/Cargo.toml index 9bb7cc503..ab798a175 100644 --- a/programs/token_api/Cargo.toml +++ b/programs/token_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.2" log = "0.4.2" serde = "1.0.90" -serde_derive = "1.0.89" +serde_derive = "1.0.90" solana-logger = { path = "../../logger", version = "0.13.0" } solana-sdk = { path = "../../sdk", version = "0.13.0" } diff --git a/programs/vote_api/Cargo.toml b/programs/vote_api/Cargo.toml index 3402f619d..6c78efa82 100644 --- a/programs/vote_api/Cargo.toml +++ b/programs/vote_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.2" log = "0.4.2" serde = "1.0.90" -serde_derive = "1.0.89" +serde_derive = "1.0.90" solana-logger = { path = "../../logger", version = "0.13.0" } solana-metrics = { path = "../../metrics", version = "0.13.0" } solana-sdk = { path = "../../sdk", version = "0.13.0" } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index f99418776..04bd10f92 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -21,6 +21,6 @@ rand = "0.6.5" ring = "0.13.2" sha2 = "0.8.0" serde = "1.0.90" -serde_derive = "1.0.89" +serde_derive = "1.0.90" serde_json = "1.0.39" untrusted = "0.6.2"