From c8109138614c2df319f0f95247aa50806ec84fef Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2019 14:44:20 -0800 Subject: [PATCH] Bump serde_derive from 1.0.102 to 1.0.103 (#7141) automerge --- Cargo.lock | 68 ++++++++++++++++---------------- 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 +- log-analyzer/Cargo.toml | 2 +- net-shaper/Cargo.toml | 2 +- net-utils/Cargo.toml | 2 +- perf/Cargo.toml | 2 +- programs/btc_spv/Cargo.toml | 2 +- programs/btc_spv_bin/Cargo.toml | 2 +- programs/budget/Cargo.toml | 2 +- programs/config/Cargo.toml | 2 +- programs/config_tests/Cargo.toml | 2 +- programs/exchange/Cargo.toml | 2 +- programs/ownable_api/Cargo.toml | 2 +- programs/stake/Cargo.toml | 2 +- programs/storage/Cargo.toml | 2 +- programs/vest/Cargo.toml | 2 +- programs/vote/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- 29 files changed, 62 insertions(+), 62 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 404dbc0cb..c6f1d4d0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,7 +293,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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1490,7 +1490,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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1589,7 +1589,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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (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.5.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2827,7 +2827,7 @@ name = "serde" version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2840,7 +2840,7 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.102" +version = "1.0.103" 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)", @@ -3080,7 +3080,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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 0.22.0", @@ -3119,7 +3119,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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.42 (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)", @@ -3165,7 +3165,7 @@ dependencies = [ "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "solana-sdk 0.22.0", ] @@ -3179,7 +3179,7 @@ dependencies = [ "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "solana-runtime 0.22.0", "solana-sdk 0.22.0", ] @@ -3222,7 +3222,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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.42 (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-program 0.22.0", @@ -3256,7 +3256,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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.22.0", "solana-net-utils 0.22.0", @@ -3271,7 +3271,7 @@ dependencies = [ "chrono 0.4.10 (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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.22.0", "solana-sdk 0.22.0", ] @@ -3284,7 +3284,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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "solana-config-program 0.22.0", "solana-logger 0.22.0", "solana-runtime 0.22.0", @@ -3326,7 +3326,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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.42 (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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 0.22.0", "solana-logger 0.22.0", "solana-metrics 0.22.0", @@ -3409,7 +3409,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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.22.0", "solana-metrics 0.22.0", "solana-runtime 0.22.0", @@ -3431,7 +3431,7 @@ version = "0.22.0" dependencies = [ "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3442,7 +3442,7 @@ dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 0.22.0", @@ -3504,7 +3504,7 @@ dependencies = [ "nix 0.15.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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 0.22.0", "solana-client 0.22.0", @@ -3556,7 +3556,7 @@ dependencies = [ "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "rocksdb 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-program 0.22.0", "solana-client 0.22.0", @@ -3585,7 +3585,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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 0.22.0", @@ -3646,7 +3646,7 @@ dependencies = [ "log 0.4.8 (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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 0.22.0", "solana-logger 0.22.0", @@ -3702,7 +3702,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (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.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.22.0", "solana-sdk 0.22.0", @@ -3729,7 +3729,7 @@ dependencies = [ "rand 0.6.5 (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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 0.22.0", "solana-logger 0.22.0", @@ -3746,7 +3746,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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 0.22.0", "solana-logger 0.22.0", @@ -3771,7 +3771,7 @@ dependencies = [ "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "solana-runtime 0.22.0", "solana-sdk 0.22.0", ] @@ -3789,7 +3789,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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-program 0.22.0", "solana-logger 0.22.0", "solana-metrics 0.22.0", @@ -3833,7 +3833,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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "solana-bpf-loader-program 0.22.0", "solana-logger 0.22.0", @@ -3872,7 +3872,7 @@ dependencies = [ "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (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.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.42 (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.22.0", @@ -3905,7 +3905,7 @@ dependencies = [ "num-traits 0.2.10 (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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "solana-config-program 0.22.0", "solana-logger 0.22.0", "solana-metrics 0.22.0", @@ -3936,7 +3936,7 @@ dependencies = [ "num-traits 0.2.10 (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.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.22.0", "solana-sdk 0.22.0", ] @@ -4003,7 +4003,7 @@ dependencies = [ "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "solana-config-program 0.22.0", "solana-runtime 0.22.0", "solana-sdk 0.22.0", @@ -4018,7 +4018,7 @@ dependencies = [ "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.22.0", "solana-metrics 0.22.0", "solana-sdk 0.22.0", @@ -5681,7 +5681,7 @@ dependencies = [ "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" "checksum serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4b39bd9b0b087684013a792c59e3e07a46a01d2322518d8a1104641a0b1be0" "checksum serde_bytes 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "45af0182ff64abaeea290235eb67da3825a576c5d53e642c4d5b652e12e6effc" -"checksum serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "ca13fc1a832f793322228923fbb3aba9f3f44444898f835d31ad1b74fa0a2bf8" +"checksum serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "a8c6faef9a2e64b0064f48570289b4bf8823b7581f1d6157c1b52152306651d0" "checksum serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)" = "1a3351dcbc1f067e2c92ab7c3c1f288ad1a4cffc470b5aaddb4c2e0a3ae80043" "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 101ec6c03..33fe9c286 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.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" serde_json = "1.0.42" serde_yaml = "0.8.11" solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index 10fda2e37..4e0f5fbee 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.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" serde_json = "1.0.42" serde_yaml = "0.8.11" solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a2c78a9a8..3185600fa 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,7 +24,7 @@ num-traits = "0.2" pretty-hex = "0.1.1" reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tls"] } serde = "1.0.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" serde_json = "1.0.42" serde_yaml = "0.8.11" solana-budget-program = { path = "../programs/budget", version = "0.22.0" } diff --git a/client/Cargo.toml b/client/Cargo.toml index e265d73d7..1702b8a5c 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.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" serde_json = "1.0.42" solana-net-utils = { path = "../net-utils", version = "0.22.0" } solana-sdk = { path = "../sdk", version = "0.22.0" } diff --git a/core/Cargo.toml b/core/Cargo.toml index 20709b498..589b62ac5 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -39,7 +39,7 @@ rand = "0.6.5" rand_chacha = "0.1.1" rayon = "1.2.0" serde = "1.0.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" serde_json = "1.0.42" solana-budget-program = { path = "../programs/budget", version = "0.22.0" } solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } diff --git a/drone/Cargo.toml b/drone/Cargo.toml index 8401a3fec..30c14db3b 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.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } solana-logger = { path = "../logger", version = "0.22.0" } solana-metrics = { path = "../metrics", version = "0.22.0" } diff --git a/fixed-buf/Cargo.toml b/fixed-buf/Cargo.toml index 899c6ea7e..642cce280 100644 --- a/fixed-buf/Cargo.toml +++ b/fixed-buf/Cargo.toml @@ -16,4 +16,4 @@ serde = "1.0.102" name = "solana_fixed_buf" [dev-dependencies] -serde_derive = "1.0.102" +serde_derive = "1.0.103" diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index c29c68db2..d2458a36c 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -13,7 +13,7 @@ base64 = "0.11.0" clap = "2.33.0" hex = "0.4.0" serde = "1.0.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" serde_json = "1.0.42" serde_yaml = "0.8.11" solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } diff --git a/install/Cargo.toml b/install/Cargo.toml index 9c0f17cee..d26c998fb 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -24,7 +24,7 @@ log = "0.4.8" nix = "0.15.0" reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tls"] } serde = "1.0.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" serde_yaml = "0.8.11" solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } solana-client = { path = "../client", version = "0.22.0" } diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index 1915d3b9b..237053cf5 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.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" serde_json = "1.0.42" serde_yaml = "0.8.11" solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 987eec8cc..2870a40b5 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -28,7 +28,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.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" solana-client = { path = "../client", version = "0.22.0" } solana-genesis-programs = { path = "../genesis-programs", version = "0.22.0" } solana-logger = { path = "../logger", version = "0.22.0" } diff --git a/log-analyzer/Cargo.toml b/log-analyzer/Cargo.toml index 46e8ed9fc..3df80ee09 100644 --- a/log-analyzer/Cargo.toml +++ b/log-analyzer/Cargo.toml @@ -15,7 +15,7 @@ clap = "2.33.0" log = "0.4.8" semver = "0.9.0" serde = "1.0.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" serde_json = "1.0.42" solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } solana-logger = { path = "../logger", version = "0.22.0" } diff --git a/net-shaper/Cargo.toml b/net-shaper/Cargo.toml index 0179297b3..733d50199 100644 --- a/net-shaper/Cargo.toml +++ b/net-shaper/Cargo.toml @@ -14,7 +14,7 @@ clap = "2.33.0" log = "0.4.8" semver = "0.9.0" serde = "1.0.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" serde_json = "1.0.42" solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } solana-logger = { path = "../logger", version = "0.22.0" } diff --git a/net-utils/Cargo.toml b/net-utils/Cargo.toml index afa46ca80..5a7ceaf78 100644 --- a/net-utils/Cargo.toml +++ b/net-utils/Cargo.toml @@ -16,7 +16,7 @@ log = "0.4.8" nix = "0.15.0" rand = "0.6.1" serde = "1.0.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" socket2 = "0.3.11" solana-clap-utils = { path = "../clap-utils", version = "0.22.0" } solana-logger = { path = "../logger", version = "0.22.0" } diff --git a/perf/Cargo.toml b/perf/Cargo.toml index e39bf28ec..9f2107423 100644 --- a/perf/Cargo.toml +++ b/perf/Cargo.toml @@ -14,7 +14,7 @@ dlopen = "0.1.8" bincode = "1.2.0" rayon = "1.2.0" serde = "1.0.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" dlopen_derive = "0.1.4" lazy_static = "1.4.0" log = "0.4.8" diff --git a/programs/btc_spv/Cargo.toml b/programs/btc_spv/Cargo.toml index 799ef1deb..24a3de087 100644 --- a/programs/btc_spv/Cargo.toml +++ b/programs/btc_spv/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.2" num-derive = "0.3" num-traits = "0.2" serde = "1.0.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" solana-sdk = { path = "../../sdk", version = "0.22.0"} hex = "0.3.2" diff --git a/programs/btc_spv_bin/Cargo.toml b/programs/btc_spv_bin/Cargo.toml index 830378d03..a02679bdb 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.102" -serde_derive="1.0.102" +serde_derive="1.0.103" serde_json = "1.0.42" hex = "0.3.2" diff --git a/programs/budget/Cargo.toml b/programs/budget/Cargo.toml index e089467e7..4ff859920 100644 --- a/programs/budget/Cargo.toml +++ b/programs/budget/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.8" num-derive = "0.3" num-traits = "0.2" serde = "1.0.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" solana-sdk = { path = "../../sdk", version = "0.22.0" } [dev-dependencies] diff --git a/programs/config/Cargo.toml b/programs/config/Cargo.toml index cab144403..48f0dacda 100644 --- a/programs/config/Cargo.toml +++ b/programs/config/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.2.0" chrono = { version = "0.4.10", features = ["serde"] } log = "0.4.8" serde = "1.0.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" solana-logger = { path = "../../logger", version = "0.22.0" } solana-sdk = { path = "../../sdk", version = "0.22.0" } diff --git a/programs/config_tests/Cargo.toml b/programs/config_tests/Cargo.toml index f4df52651..a38ab00d8 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.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" solana-logger = { path = "../../logger", version = "0.22.0" } solana-sdk = { path = "../../sdk", version = "0.22.0" } solana-config-program = { path = "../config", version = "0.22.0" } diff --git a/programs/exchange/Cargo.toml b/programs/exchange/Cargo.toml index 35b9c2612..17642e7f5 100644 --- a/programs/exchange/Cargo.toml +++ b/programs/exchange/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.2.0" log = "0.4.8" serde = "1.0.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" solana-logger = { path = "../../logger", version = "0.22.0" } solana-metrics = { path = "../../metrics", version = "0.22.0" } solana-sdk = { path = "../../sdk", version = "0.22.0" } diff --git a/programs/ownable_api/Cargo.toml b/programs/ownable_api/Cargo.toml index 3c7ffbbbb..d077986d9 100644 --- a/programs/ownable_api/Cargo.toml +++ b/programs/ownable_api/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] bincode = "1.2.0" serde = "1.0.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" solana-sdk = { path = "../../sdk", version = "0.22.0" } num-derive = "0.3" num-traits = "0.2" diff --git a/programs/stake/Cargo.toml b/programs/stake/Cargo.toml index ee3d7330e..a912251fa 100644 --- a/programs/stake/Cargo.toml +++ b/programs/stake/Cargo.toml @@ -15,7 +15,7 @@ num-derive = "0.3" num-traits = "0.2" rand = "0.6.5" serde = "1.0.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" solana-logger = { path = "../../logger", version = "0.22.0" } solana-metrics = { path = "../../metrics", version = "0.22.0" } solana-sdk = { path = "../../sdk", version = "0.22.0" } diff --git a/programs/storage/Cargo.toml b/programs/storage/Cargo.toml index be26a92d5..f164b0726 100644 --- a/programs/storage/Cargo.toml +++ b/programs/storage/Cargo.toml @@ -15,7 +15,7 @@ rand = "0.6.5" num-derive = "0.3" num-traits = "0.2" serde = "1.0.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" solana-logger = { path = "../../logger", version = "0.22.0" } solana-sdk = { path = "../../sdk", version = "0.22.0" } diff --git a/programs/vest/Cargo.toml b/programs/vest/Cargo.toml index f99312029..82899c2dd 100644 --- a/programs/vest/Cargo.toml +++ b/programs/vest/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.8" num-derive = "0.2" num-traits = "0.2" serde = "1.0.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" solana-sdk = { path = "../../sdk", version = "0.22.0" } solana-config-program = { path = "../config", version = "0.22.0" } diff --git a/programs/vote/Cargo.toml b/programs/vote/Cargo.toml index 0207b5392..50f8b159f 100644 --- a/programs/vote/Cargo.toml +++ b/programs/vote/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.8" num-derive = "0.3" num-traits = "0.2" serde = "1.0.102" -serde_derive = "1.0.102" +serde_derive = "1.0.103" solana-logger = { path = "../../logger", version = "0.22.0" } solana-metrics = { path = "../../metrics", version = "0.22.0" } solana-sdk = { path = "../../sdk", version = "0.22.0" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 77b9d7cbb..0a290e12f 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.102", features = ["rc"] } -serde_derive = "1.0.102" +serde_derive = "1.0.103" serde_json = "1.0.42" solana-logger = { path = "../logger", version = "0.22.0" } solana-measure = { path = "../measure", version = "0.22.0" } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index a3686f318..f21431640 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -43,7 +43,7 @@ rand = { version = "0.6.5", optional = true } rand_chacha = { version = "0.1.1", optional = true } serde = "1.0.102" serde_bytes = "0.11" -serde_derive = "1.0.102" +serde_derive = "1.0.103" serde_json = { version = "1.0.42", optional = true } sha2 = "0.8.0" ed25519-dalek = { version = "1.0.0-pre.1", optional = true }