From 73dd5aa2d110ca8f48ef56d5f66dfa069c43d895 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 08:24:13 -0700 Subject: [PATCH] Bump serde_derive from 1.0.101 to 1.0.102 (#6582) Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.101 to 1.0.102. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.101...v1.0.102) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 62 ++++++++++++++--------------- bench-exchange/Cargo.toml | 2 +- bench-tps/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- drone/Cargo.toml | 2 +- fixed-buf/Cargo.toml | 2 +- genesis/Cargo.toml | 2 +- install/Cargo.toml | 2 +- ledger-tool/Cargo.toml | 2 +- ledger/Cargo.toml | 2 +- netutil/Cargo.toml | 2 +- programs/btc_spv_api/Cargo.toml | 2 +- programs/btc_spv_bin/Cargo.toml | 2 +- programs/btc_spv_program/Cargo.toml | 2 +- programs/budget_api/Cargo.toml | 2 +- programs/config_api/Cargo.toml | 2 +- programs/config_tests/Cargo.toml | 2 +- programs/exchange_api/Cargo.toml | 2 +- programs/move_loader_api/Cargo.toml | 2 +- programs/stake_api/Cargo.toml | 2 +- programs/storage_api/Cargo.toml | 2 +- programs/vest_api/Cargo.toml | 2 +- programs/vote_api/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- 27 files changed, 57 insertions(+), 57 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd0096a93f..927ca52dd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,7 +291,7 @@ dependencies = [ "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1530,7 +1530,7 @@ dependencies = [ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1629,7 +1629,7 @@ dependencies = [ "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2803,7 +2803,7 @@ name = "serde" version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2816,7 +2816,7 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.101" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3055,7 +3055,7 @@ dependencies = [ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "solana-client 0.21.0", @@ -3092,7 +3092,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3122,7 +3122,7 @@ dependencies = [ "num-derive 0.3.0 (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.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-btc-spv-api 0.21.0", "solana-sdk 0.21.0", ] @@ -3162,7 +3162,7 @@ dependencies = [ "num-derive 0.3.0 (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.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-sdk 0.21.0", ] @@ -3176,7 +3176,7 @@ dependencies = [ "num-derive 0.3.0 (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.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-runtime 0.21.0", "solana-sdk 0.21.0", ] @@ -3216,7 +3216,7 @@ dependencies = [ "pretty-hex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-api 0.21.0", @@ -3249,7 +3249,7 @@ dependencies = [ "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.21.0", "solana-netutil 0.21.0", @@ -3263,7 +3263,7 @@ dependencies = [ "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-sdk 0.21.0", ] @@ -3285,7 +3285,7 @@ dependencies = [ "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-config-api 0.21.0", "solana-config-program 0.21.0", "solana-logger 0.21.0", @@ -3325,7 +3325,7 @@ dependencies = [ "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3393,7 +3393,7 @@ dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.21.0", "solana-metrics 0.21.0", "solana-sdk 0.21.0", @@ -3421,7 +3421,7 @@ dependencies = [ "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.21.0", "solana-metrics 0.21.0", "solana-runtime 0.21.0", @@ -3453,7 +3453,7 @@ version = "0.21.0" dependencies = [ "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3463,7 +3463,7 @@ dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "solana-genesis-programs 0.21.0", @@ -3534,7 +3534,7 @@ dependencies = [ "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-client 0.21.0", @@ -3580,7 +3580,7 @@ dependencies = [ "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "rocksdb 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-api 0.21.0", "solana-genesis-programs 0.21.0", "solana-logger 0.21.0", @@ -3606,7 +3606,7 @@ dependencies = [ "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "solana-ledger 0.21.0", @@ -3712,7 +3712,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_bytes 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.21.0", "solana-sdk 0.21.0", @@ -3749,7 +3749,7 @@ dependencies = [ "nix 0.15.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.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.21.0", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3801,7 +3801,7 @@ dependencies = [ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "solana-bpf-loader-api 0.21.0", "solana-bpf-loader-program 0.21.0", @@ -3841,7 +3841,7 @@ dependencies = [ "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_bytes 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-crate-features 0.21.0", @@ -3874,7 +3874,7 @@ dependencies = [ "num-traits 0.2.8 (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.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-config-api 0.21.0", "solana-logger 0.21.0", "solana-metrics 0.21.0", @@ -3917,7 +3917,7 @@ dependencies = [ "num-traits 0.2.8 (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.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.21.0", "solana-sdk 0.21.0", ] @@ -3980,7 +3980,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.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-config-api 0.21.0", "solana-runtime 0.21.0", "solana-sdk 0.21.0", @@ -4005,7 +4005,7 @@ dependencies = [ "num-derive 0.3.0 (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.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.21.0", "solana-metrics 0.21.0", "solana-sdk 0.21.0", @@ -5754,7 +5754,7 @@ dependencies = [ "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" "checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd" "checksum serde_bytes 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "45af0182ff64abaeea290235eb67da3825a576c5d53e642c4d5b652e12e6effc" -"checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e" +"checksum serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "ca13fc1a832f793322228923fbb3aba9f3f44444898f835d31ad1b74fa0a2bf8" "checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" "checksum serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a" "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" diff --git a/bench-exchange/Cargo.toml b/bench-exchange/Cargo.toml index 2cb6ad0d20..8df57705ae 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.2.0" serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" serde_json = "1.0.41" serde_yaml = "0.8.11" # solana-runtime = { path = "../solana/runtime"} diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index ba9b4acbb1..a24095b50f 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -13,7 +13,7 @@ clap = "2.33.0" log = "0.4.8" rayon = "1.2.0" serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" serde_json = "1.0.41" serde_yaml = "0.8.11" solana-core = { path = "../core", version = "0.21.0" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 98b3f57076..dd36d1f649 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -23,7 +23,7 @@ num-traits = "0.2" pretty-hex = "0.1.1" reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tls"] } serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" serde_json = "1.0.41" serde_yaml = "0.8.11" solana-budget-api = { path = "../programs/budget_api", version = "0.21.0" } diff --git a/client/Cargo.toml b/client/Cargo.toml index 3a61dc5c24..0d982d61a0 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -17,7 +17,7 @@ rand = "0.6.5" rayon = "1.2.0" reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tls"] } serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" serde_json = "1.0.41" solana-netutil = { path = "../netutil", version = "0.21.0" } solana-sdk = { path = "../sdk", version = "0.21.0" } diff --git a/core/Cargo.toml b/core/Cargo.toml index 3ab46aba9c..3b2708846b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -43,7 +43,7 @@ rand = "0.6.5" rand_chacha = "0.1.1" rayon = "1.2.0" serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" serde_json = "1.0.41" solana-budget-api = { path = "../programs/budget_api", version = "0.21.0" } solana-budget-program = { path = "../programs/budget_program", version = "0.21.0" } diff --git a/drone/Cargo.toml b/drone/Cargo.toml index ff44d20f37..74e4fc8c64 100644 --- a/drone/Cargo.toml +++ b/drone/Cargo.toml @@ -18,7 +18,7 @@ bytes = "0.4" clap = "2.33" log = "0.4.8" serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" solana-logger = { path = "../logger", version = "0.21.0" } solana-metrics = { path = "../metrics", version = "0.21.0" } solana-sdk = { path = "../sdk", version = "0.21.0" } diff --git a/fixed-buf/Cargo.toml b/fixed-buf/Cargo.toml index fc8b162153..19b81b48ee 100644 --- a/fixed-buf/Cargo.toml +++ b/fixed-buf/Cargo.toml @@ -16,4 +16,4 @@ serde = "1.0.101" name = "solana_fixed_buf" [dev-dependencies] -serde_derive = "1.0.101" +serde_derive = "1.0.102" diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index 4b25004f97..f28ac0e642 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://solana.com/" base64 = "0.10.1" clap = "2.33.0" serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" serde_json = "1.0.41" serde_yaml = "0.8.11" solana-genesis-programs = { path = "../genesis_programs", version = "0.21.0" } diff --git a/install/Cargo.toml b/install/Cargo.toml index 4dd5b19092..cb3119cc13 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -26,7 +26,7 @@ nix = "0.15.0" reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tls"] } semver = "0.9.0" serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" serde_yaml = "0.8.11" sha2 = "0.8.0" solana-client = { path = "../client", version = "0.21.0" } diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index 7d2cdbf723..64f16396ae 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://solana.com/" bincode = "1.2.0" clap = "2.33.0" serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" serde_json = "1.0.41" serde_yaml = "0.8.11" solana-ledger = { path = "../ledger", version = "0.21.0" } diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index b35b9f510c..ee98b373f6 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -25,7 +25,7 @@ rand_chacha = "0.1.1" rayon = "1.2.0" reed-solomon-erasure = { package = "solana-reed-solomon-erasure", version = "4.0.1-3", features = ["simd-accel"] } serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" solana-genesis-programs = { path = "../genesis_programs", version = "0.21.0" } solana-logger = { path = "../logger", version = "0.21.0" } solana-measure = { path = "../measure", version = "0.21.0" } diff --git a/netutil/Cargo.toml b/netutil/Cargo.toml index 1a28852463..e2d07c07bd 100644 --- a/netutil/Cargo.toml +++ b/netutil/Cargo.toml @@ -16,7 +16,7 @@ log = "0.4.8" nix = "0.15.0" rand = "0.6.1" serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" socket2 = "0.3.11" solana-logger = { path = "../logger", version = "0.21.0" } tokio = "0.1" diff --git a/programs/btc_spv_api/Cargo.toml b/programs/btc_spv_api/Cargo.toml index f8c05a2158..f42f486c64 100644 --- a/programs/btc_spv_api/Cargo.toml +++ b/programs/btc_spv_api/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.2" num-derive = "0.3" num-traits = "0.2" serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" solana-sdk = { path = "../../sdk", version = "0.21.0"} hex = "0.3.2" diff --git a/programs/btc_spv_bin/Cargo.toml b/programs/btc_spv_bin/Cargo.toml index 409162031c..87cd49471d 100644 --- a/programs/btc_spv_bin/Cargo.toml +++ b/programs/btc_spv_bin/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" clap="2.33.0" reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tls"] } serde="1.0.101" -serde_derive="1.0.101" +serde_derive="1.0.102" serde_json = "1.0.41" hex = "0.3.2" diff --git a/programs/btc_spv_program/Cargo.toml b/programs/btc_spv_program/Cargo.toml index b712b05139..05cf33fa67 100644 --- a/programs/btc_spv_program/Cargo.toml +++ b/programs/btc_spv_program/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.2" num-derive = "0.3" num-traits = "0.2" serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" solana-sdk = { path = "../../sdk", version = "0.21.0"} solana-btc-spv-api = { path = "../btc_spv_api", version = "0.21.0"} diff --git a/programs/budget_api/Cargo.toml b/programs/budget_api/Cargo.toml index f2f0822b49..822f00c579 100644 --- a/programs/budget_api/Cargo.toml +++ b/programs/budget_api/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.8" num-derive = "0.3" num-traits = "0.2" serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" solana-sdk = { path = "../../sdk", version = "0.21.0" } [dev-dependencies] diff --git a/programs/config_api/Cargo.toml b/programs/config_api/Cargo.toml index 6196d6c8a8..4b9c8ccb6f 100644 --- a/programs/config_api/Cargo.toml +++ b/programs/config_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.2.0" log = "0.4.8" serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" solana-sdk = { path = "../../sdk", version = "0.21.0" } diff --git a/programs/config_tests/Cargo.toml b/programs/config_tests/Cargo.toml index fcb2a95ba3..53ca815ee7 100644 --- a/programs/config_tests/Cargo.toml +++ b/programs/config_tests/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.2.0" log = "0.4.8" serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" solana-logger = { path = "../../logger", version = "0.21.0" } solana-sdk = { path = "../../sdk", version = "0.21.0" } solana-config-api = { path = "../config_api", version = "0.21.0" } diff --git a/programs/exchange_api/Cargo.toml b/programs/exchange_api/Cargo.toml index f89d1a09ed..4a38605d00 100644 --- a/programs/exchange_api/Cargo.toml +++ b/programs/exchange_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.2.0" log = "0.4.8" serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" solana-logger = { path = "../../logger", version = "0.21.0" } solana-metrics = { path = "../../metrics", version = "0.21.0" } solana-sdk = { path = "../../sdk", version = "0.21.0" } diff --git a/programs/move_loader_api/Cargo.toml b/programs/move_loader_api/Cargo.toml index 9e72b5b463..11a61a9a23 100644 --- a/programs/move_loader_api/Cargo.toml +++ b/programs/move_loader_api/Cargo.toml @@ -16,7 +16,7 @@ libc = "0.2.65" log = "0.4.8" serde = "1.0.101" serde_bytes = "0.11" -serde_derive = "1.0.101" +serde_derive = "1.0.102" serde_json = "1.0.41" solana-logger = { path = "../../logger", version = "0.21.0" } solana-sdk = { path = "../../sdk", version = "0.21.0" } diff --git a/programs/stake_api/Cargo.toml b/programs/stake_api/Cargo.toml index 564008643e..f75556658b 100644 --- a/programs/stake_api/Cargo.toml +++ b/programs/stake_api/Cargo.toml @@ -15,7 +15,7 @@ num-derive = "0.3" num-traits = "0.2" rand = "0.6.5" serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" solana-logger = { path = "../../logger", version = "0.21.0" } solana-metrics = { path = "../../metrics", version = "0.21.0" } solana-sdk = { path = "../../sdk", version = "0.21.0" } diff --git a/programs/storage_api/Cargo.toml b/programs/storage_api/Cargo.toml index 7f07b8ba02..836f087875 100644 --- a/programs/storage_api/Cargo.toml +++ b/programs/storage_api/Cargo.toml @@ -16,7 +16,7 @@ rand = "0.6.5" num-derive = "0.3" num-traits = "0.2" serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" solana-logger = { path = "../../logger", version = "0.21.0" } solana-sdk = { path = "../../sdk", version = "0.21.0" } diff --git a/programs/vest_api/Cargo.toml b/programs/vest_api/Cargo.toml index 769157a622..8756a5577f 100644 --- a/programs/vest_api/Cargo.toml +++ b/programs/vest_api/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.8" num-derive = "0.2" num-traits = "0.2" serde = "1.0.100" -serde_derive = "1.0.100" +serde_derive = "1.0.102" solana-sdk = { path = "../../sdk", version = "0.21.0" } solana-config-api = { path = "../config_api", version = "0.21.0" } diff --git a/programs/vote_api/Cargo.toml b/programs/vote_api/Cargo.toml index abced96eff..ade01373cd 100644 --- a/programs/vote_api/Cargo.toml +++ b/programs/vote_api/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.8" num-derive = "0.3" num-traits = "0.2" serde = "1.0.101" -serde_derive = "1.0.101" +serde_derive = "1.0.102" solana-logger = { path = "../../logger", version = "0.21.0" } solana-metrics = { path = "../../metrics", version = "0.21.0" } solana-sdk = { path = "../../sdk", version = "0.21.0" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index c8f04ab95c..25e20b1e3a 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -22,7 +22,7 @@ memmap = "0.6.2" rand = "0.6.5" rayon = "1.2.0" serde = { version = "1.0.101", features = ["rc"] } -serde_derive = "1.0.101" +serde_derive = "1.0.102" serde_json = "1.0.41" solana-logger = { path = "../logger", version = "0.21.0" } solana-measure = { path = "../measure", version = "0.21.0" } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index f8c7fdabc0..c77dcf80d2 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -45,7 +45,7 @@ rand_chacha = { version = "0.1.1", optional = true } rayon = { version = "1.2.0", optional = true } serde = "1.0.101" serde_bytes = "0.11" -serde_derive = "1.0.101" +serde_derive = "1.0.102" serde_json = { version = "1.0.41", optional = true } sha2 = "0.8.0" solana-ed25519-dalek = { version = "0.2.0", optional = true }