From b0149a54d80e9f543fa7f3c2d335ce2b1d4eefdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 21 Jan 2019 15:27:44 +0000 Subject: [PATCH] Bump serde_derive from 1.0.84 to 1.0.85 Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.84 to 1.0.85. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.84...v1.0.85) Signed-off-by: dependabot[bot] --- Cargo.lock | 28 +++++++++++++-------------- Cargo.toml | 2 +- drone/Cargo.toml | 2 +- fullnode-config/Cargo.toml | 2 +- programs/native/budget/Cargo.toml | 2 +- programs/native/erc20/Cargo.toml | 2 +- programs/native/lua_loader/Cargo.toml | 2 +- programs/native/storage/Cargo.toml | 2 +- programs/native/vote/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 464a7411a..dd4e3026a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -846,7 +846,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.85 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1754,12 +1754,12 @@ name = "serde" version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serde_derive" -version = "1.0.84" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1869,7 +1869,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.85 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", "solana-bpfloader 0.12.0", "solana-drone 0.12.0", @@ -1939,7 +1939,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.85 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.12.0", "solana-sdk 0.12.0", ] @@ -1954,7 +1954,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.85 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.12.0", "solana-metrics 0.12.0", "solana-sdk 0.12.0", @@ -1969,7 +1969,7 @@ dependencies = [ "bincode 1.0.1 (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.85 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.12.0", "solana-sdk 0.12.0", ] @@ -1998,7 +1998,7 @@ dependencies = [ "dirs 1.0.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.85 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", "solana-netutil 0.12.0", "solana-sdk 0.12.0", @@ -2023,7 +2023,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.85 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2126,7 +2126,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "rlua 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.12.0", "solana-sdk 0.12.0", ] @@ -2201,7 +2201,7 @@ dependencies = [ "log 0.4.6 (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.85 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.36 (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)", @@ -2214,7 +2214,7 @@ dependencies = [ "bincode 1.0.1 (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.85 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.12.0", "solana-sdk 0.12.0", ] @@ -2244,7 +2244,7 @@ dependencies = [ "bincode 1.0.1 (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.85 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.12.0", "solana-metrics 0.12.0", "solana-sdk 0.12.0", @@ -3005,7 +3005,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.85 (registry+https://github.com/rust-lang/crates.io-index)" = "534b8b91a95e0f71bca3ed5824752d558da048d4248c91af873b63bd60519752" -"checksum serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d6115a3ca25c224e409185325afc16a0d5aaaabc15c42b09587d6f1ba39a5b" +"checksum serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" = "a915306b0f1ac5607797697148c223bedeaa36bcc2e28a01441cd638cc6567b4" "checksum serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "574378d957d6dcdf1bbb5d562a15cbd5e644159432f84634b94e485267abbcc7" "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" diff --git a/Cargo.toml b/Cargo.toml index 385344539..89963c147 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ reqwest = "0.9.8" ring = "0.13.2" rocksdb = "0.11.0" serde = "1.0.85" -serde_derive = "1.0.84" +serde_derive = "1.0.85" serde_json = "1.0.36" solana-bpfloader = { path = "programs/native/bpf_loader", version = "0.12.0" } solana-drone = { path = "drone", version = "0.12.0" } diff --git a/drone/Cargo.toml b/drone/Cargo.toml index f8f354897..746b8a1cb 100644 --- a/drone/Cargo.toml +++ b/drone/Cargo.toml @@ -18,7 +18,7 @@ byteorder = "1.3.0" clap = "2.31" log = "0.4.2" serde = "1.0.85" -serde_derive = "1.0.84" +serde_derive = "1.0.85" solana-logger = { path = "../logger", version = "0.12.0" } solana-sdk = { path = "../sdk", version = "0.12.0" } solana-metrics = { path = "../metrics", version = "0.12.0" } diff --git a/fullnode-config/Cargo.toml b/fullnode-config/Cargo.toml index fe8907f67..b0544a114 100644 --- a/fullnode-config/Cargo.toml +++ b/fullnode-config/Cargo.toml @@ -13,7 +13,7 @@ clap = "2.32.0" dirs = "1.0.2" log = "0.4.2" serde = "1.0.85" -serde_derive = "1.0.84" +serde_derive = "1.0.85" serde_json = "1.0.36" solana-netutil = { path = "../netutil", version = "0.12.0" } solana-sdk = { path = "../sdk", version = "0.12.0" } diff --git a/programs/native/budget/Cargo.toml b/programs/native/budget/Cargo.toml index 6a02648e0..20a1d276f 100644 --- a/programs/native/budget/Cargo.toml +++ b/programs/native/budget/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.0.0" chrono = { version = "0.4.0", features = ["serde"] } log = "0.4.2" serde = "1.0.85" -serde_derive = "1.0.84" +serde_derive = "1.0.85" solana-logger = { path = "../../../logger", version = "0.12.0" } solana-sdk = { path = "../../../sdk", version = "0.12.0" } diff --git a/programs/native/erc20/Cargo.toml b/programs/native/erc20/Cargo.toml index 3ed1fc505..e936244e0 100644 --- a/programs/native/erc20/Cargo.toml +++ b/programs/native/erc20/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.0.0" log = "0.4.2" serde = "1.0.85" -serde_derive = "1.0.84" +serde_derive = "1.0.85" solana-logger = { path = "../../../logger", version = "0.12.0" } solana-sdk = { path = "../../../sdk", version = "0.12.0" } diff --git a/programs/native/lua_loader/Cargo.toml b/programs/native/lua_loader/Cargo.toml index bbcb6b937..9ebf09cde 100644 --- a/programs/native/lua_loader/Cargo.toml +++ b/programs/native/lua_loader/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.0.0" log = "0.4.2" rlua = "0.15.2" serde = "1.0.85" -serde_derive = "1.0.84" +serde_derive = "1.0.85" solana-logger = { path = "../../../logger", version = "0.12.0" } solana-sdk = { path = "../../../sdk", version = "0.12.0" } diff --git a/programs/native/storage/Cargo.toml b/programs/native/storage/Cargo.toml index d5e731cb9..68636eebf 100644 --- a/programs/native/storage/Cargo.toml +++ b/programs/native/storage/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.0.0" log = "0.4.2" serde = "1.0.85" -serde_derive = "1.0.84" +serde_derive = "1.0.85" solana-logger = { path = "../../../logger", version = "0.12.0" } solana-sdk = { path = "../../../sdk", version = "0.12.0" } diff --git a/programs/native/vote/Cargo.toml b/programs/native/vote/Cargo.toml index 83d96bc96..b8c365a7f 100644 --- a/programs/native/vote/Cargo.toml +++ b/programs/native/vote/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.0.0" log = "0.4.2" serde = "1.0.85" -serde_derive = "1.0.84" +serde_derive = "1.0.85" solana-logger = { path = "../../../logger", version = "0.12.0" } solana-metrics = { path = "../../../metrics", version = "0.12.0" } solana-sdk = { path = "../../../sdk", version = "0.12.0" } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index c865d2591..652bfeaf8 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -17,6 +17,6 @@ log = "0.4.2" ring = "0.13.2" sha2 = "0.8.0" serde = "1.0.85" -serde_derive = "1.0.84" +serde_derive = "1.0.85" serde_json = "1.0.36" untrusted = "0.6.2"