From 1e755f261f38a68402e49f87624d86d947798614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 10 Dec 2018 13:13:07 +0000 Subject: [PATCH] Bump serde_derive from 1.0.80 to 1.0.81 Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.80 to 1.0.81. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.80...v1.0.81) Signed-off-by: dependabot[bot] --- Cargo.lock | 28 +++++++++++++-------------- Cargo.toml | 2 +- drone/Cargo.toml | 2 +- programs/native/budget/Cargo.toml | 2 +- programs/native/erc20/Cargo.toml | 2 +- programs/native/lua_loader/Cargo.toml | 2 +- programs/native/vote/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- 8 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb9fd4b36..7676a11b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -791,7 +791,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.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1619,7 +1619,7 @@ name = "serde" version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1634,7 +1634,7 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.80" +version = "1.0.81" 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)", @@ -1753,7 +1753,7 @@ dependencies = [ "rocksdb 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "serde_cbor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1813,7 +1813,7 @@ dependencies = [ "env_logger 0.6.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.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "solana-sdk 0.11.0", ] @@ -1827,7 +1827,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.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "solana-metrics 0.11.0", "solana-sdk 0.11.0", "tokio 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1842,7 +1842,7 @@ dependencies = [ "env_logger 0.6.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.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "solana-sdk 0.11.0", ] @@ -1854,7 +1854,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.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1866,7 +1866,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.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1991,7 +1991,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.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "solana-sdk 0.11.0", ] @@ -2037,7 +2037,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.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.33 (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)", @@ -2051,7 +2051,7 @@ dependencies = [ "env_logger 0.6.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.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "solana-sdk 0.11.0", ] @@ -2074,7 +2074,7 @@ dependencies = [ "env_logger 0.6.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.80 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)", "solana-sdk 0.11.0", ] @@ -2786,7 +2786,7 @@ dependencies = [ "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" "checksum serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef" "checksum serde_cbor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "45cd6d95391b16cd57e88b68be41d504183b7faae22030c0cc3b3f73dd57b2fd" -"checksum serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "225de307c6302bec3898c51ca302fc94a7a1697ef0845fcee6448f33c032249c" +"checksum serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)" = "477b13b646f5b5b56fc95bedfc3b550d12141ce84f466f6c44b9a17589923885" "checksum serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811" "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 d61e05fa1..3785d9ffb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ ring = "0.13.2" rocksdb = "0.10.1" serde = "1.0.27" serde_cbor = "0.9.0" -serde_derive = "1.0.27" +serde_derive = "1.0.81" serde_json = "1.0.10" sha2 = "0.8.0" socket2 = "0.3.8" diff --git a/drone/Cargo.toml b/drone/Cargo.toml index bc09d5a25..07ce97a2b 100644 --- a/drone/Cargo.toml +++ b/drone/Cargo.toml @@ -16,7 +16,7 @@ byteorder = "1.2.1" clap = "2.31" log = "0.4.2" serde = "1.0.27" -serde_derive = "1.0.27" +serde_derive = "1.0.81" solana-sdk = { path = "../sdk", version = "0.11.0" } solana-metrics = { path = "../metrics", version = "0.11.0" } tokio = "0.1" diff --git a/programs/native/budget/Cargo.toml b/programs/native/budget/Cargo.toml index 506c5590a..be85d5d43 100644 --- a/programs/native/budget/Cargo.toml +++ b/programs/native/budget/Cargo.toml @@ -12,7 +12,7 @@ chrono = { version = "0.4.0", features = ["serde"] } env_logger = "0.6.0" log = "0.4.2" serde = "1.0.27" -serde_derive = "1.0.27" +serde_derive = "1.0.81" solana-sdk = { path = "../../../sdk", version = "0.11.0" } [lib] diff --git a/programs/native/erc20/Cargo.toml b/programs/native/erc20/Cargo.toml index f0aabc4ce..bfe7a7e8e 100644 --- a/programs/native/erc20/Cargo.toml +++ b/programs/native/erc20/Cargo.toml @@ -11,7 +11,7 @@ bincode = "1.0.0" env_logger = "0.6.0" log = "0.4.2" serde = "1.0.27" -serde_derive = "1.0.27" +serde_derive = "1.0.81" solana-sdk = { path = "../../../sdk", version = "0.11.0" } [lib] diff --git a/programs/native/lua_loader/Cargo.toml b/programs/native/lua_loader/Cargo.toml index 69ff8674d..d37eccaf9 100644 --- a/programs/native/lua_loader/Cargo.toml +++ b/programs/native/lua_loader/Cargo.toml @@ -12,7 +12,7 @@ env_logger = "0.6.0" log = "0.4.2" rlua = "0.15.2" serde = "1.0.27" -serde_derive = "1.0.27" +serde_derive = "1.0.81" solana-sdk = { path = "../../../sdk", version = "0.11.0" } [dev-dependencies] diff --git a/programs/native/vote/Cargo.toml b/programs/native/vote/Cargo.toml index ecb347803..b5874e3e3 100644 --- a/programs/native/vote/Cargo.toml +++ b/programs/native/vote/Cargo.toml @@ -11,7 +11,7 @@ bincode = "1.0.0" env_logger = "0.6.0" log = "0.4.2" serde = "1.0.27" -serde_derive = "1.0.27" +serde_derive = "1.0.81" solana-sdk = { path = "../../../sdk", version = "0.11.0" } [lib] diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 4a37c5ba3..84de05b3f 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -16,7 +16,7 @@ log = "0.4.2" ring = "0.13.2" sha2 = "0.8.0" serde = "1.0.27" -serde_derive = "1.0.27" +serde_derive = "1.0.81" serde_json = "1.0.10" untrusted = "0.6.2"