From e83f6332bf4f5eeac1017d90ff15fa9984a3c815 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 21:29:40 -0700 Subject: [PATCH] Bump serde_derive from 1.0.100 to 1.0.101 (#5945) Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.100 to 1.0.101. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.100...v1.0.101) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 64 +++++++++++++++-------------- 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 +- kvstore/Cargo.toml | 2 +- ledger-tool/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/token_api/Cargo.toml | 2 +- programs/vote_api/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- 27 files changed, 59 insertions(+), 57 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e5cc26036..01b6115fd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -282,8 +282,9 @@ name = "btc_spv_bin" version = "0.1.0" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "ureq 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1406,7 +1407,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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1506,7 +1507,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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (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)", @@ -2614,12 +2615,12 @@ name = "serde" version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serde_derive" -version = "1.0.100" +version = "1.0.101" 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)", @@ -2828,7 +2829,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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana-client 0.19.0-pre0", @@ -2865,7 +2866,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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2895,7 +2896,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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "solana-btc-spv-api 0.19.0-pre0", "solana-sdk 0.19.0-pre0", ] @@ -2930,11 +2931,12 @@ version = "0.19.0-pre0" dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", + "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "solana-sdk 0.19.0-pre0", ] @@ -2948,7 +2950,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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "solana-runtime 0.19.0-pre0", "solana-sdk 0.19.0-pre0", ] @@ -2987,7 +2989,7 @@ dependencies = [ "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "pretty-hex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-api 0.19.0-pre0", @@ -3020,7 +3022,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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.19.0-pre0", "solana-netutil 0.19.0-pre0", @@ -3035,7 +3037,7 @@ dependencies = [ "bincode 1.1.4 (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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "solana-sdk 0.19.0-pre0", ] @@ -3057,7 +3059,7 @@ dependencies = [ "bincode 1.1.4 (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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "solana-config-api 0.19.0-pre0", "solana-config-program 0.19.0-pre0", "solana-logger 0.19.0-pre0", @@ -3099,7 +3101,7 @@ dependencies = [ "rayon 1.2.0 (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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (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)", @@ -3167,7 +3169,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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.19.0-pre0", "solana-metrics 0.19.0-pre0", "solana-sdk 0.19.0-pre0", @@ -3195,7 +3197,7 @@ dependencies = [ "bincode 1.1.4 (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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.19.0-pre0", "solana-metrics 0.19.0-pre0", "solana-runtime 0.19.0-pre0", @@ -3227,7 +3229,7 @@ version = "0.19.0-pre0" dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3238,7 +3240,7 @@ dependencies = [ "bincode 1.1.4 (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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana-core 0.19.0-pre0", @@ -3306,7 +3308,7 @@ dependencies = [ "nix 0.15.0 (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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (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.19.0-pre0", @@ -3343,7 +3345,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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3355,7 +3357,7 @@ dependencies = [ "bincode 1.1.4 (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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "solana-core 0.19.0-pre0", @@ -3456,7 +3458,7 @@ dependencies = [ "libc 0.2.62 (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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.19.0-pre0", "solana-sdk 0.19.0-pre0", @@ -3493,7 +3495,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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (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.19.0-pre0", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3558,7 +3560,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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "solana-bpf-loader-api 0.19.0-pre0", "solana-bpf-loader-program 0.19.0-pre0", @@ -3596,7 +3598,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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (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.19.0-pre0", @@ -3629,7 +3631,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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "solana-config-api 0.19.0-pre0", "solana-logger 0.19.0-pre0", "solana-metrics 0.19.0-pre0", @@ -3672,7 +3674,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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.19.0-pre0", "solana-sdk 0.19.0-pre0", ] @@ -3699,7 +3701,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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.19.0-pre0", "solana-sdk 0.19.0-pre0", ] @@ -3757,7 +3759,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.100 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.19.0-pre0", "solana-metrics 0.19.0-pre0", "solana-sdk 0.19.0-pre0", @@ -5478,7 +5480,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.100 (registry+https://github.com/rust-lang/crates.io-index)" = "f4473e8506b213730ff2061073b48fa51dcc66349219e2e7c5608f0296a1d95a" -"checksum serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)" = "11e410fde43e157d789fc290d26bc940778ad0fdd47836426fbac36573710dbb" +"checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e" "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" "checksum serial_test 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50bfbc39343545618d97869d77f38ed43e48dd77432717dbc7ed39d797f3ecbe" diff --git a/bench-exchange/Cargo.toml b/bench-exchange/Cargo.toml index 825b06f67e..17a9955fb4 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.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" serde_json = "1.0.40" serde_yaml = "0.8.9" # solana-runtime = { path = "../solana/runtime"} diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index 5827b583bf..2460221906 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.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" serde_json = "1.0.40" serde_yaml = "0.8.9" solana-core = { path = "../core", version = "0.19.0-pre0" } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 99aa14c10f..ee3c34086e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -22,7 +22,7 @@ log = "0.4.8" num-traits = "0.2" pretty-hex = "0.1.1" serde = "1.0.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" serde_json = "1.0.40" serde_yaml = "0.8.9" solana-budget-api = { path = "../programs/budget_api", version = "0.19.0-pre0" } diff --git a/client/Cargo.toml b/client/Cargo.toml index 83fc465c7c..84b78d3777 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -16,7 +16,7 @@ log = "0.4.8" rand = "0.6.5" rayon = "1.2.0" serde = "1.0.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" serde_json = "1.0.40" solana-netutil = { path = "../netutil", version = "0.19.0-pre0" } solana-sdk = { path = "../sdk", version = "0.19.0-pre0" } diff --git a/core/Cargo.toml b/core/Cargo.toml index 4418d06ac1..eff34436ac 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -46,7 +46,7 @@ rand = "0.6.5" rand_chacha = "0.1.1" rayon = "1.2.0" serde = "1.0.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" serde_json = "1.0.40" solana-budget-api = { path = "../programs/budget_api", version = "0.19.0-pre0" } solana-budget-program = { path = "../programs/budget_program", version = "0.19.0-pre0" } diff --git a/drone/Cargo.toml b/drone/Cargo.toml index a2d2547fd1..2996244eae 100644 --- a/drone/Cargo.toml +++ b/drone/Cargo.toml @@ -19,7 +19,7 @@ bytes = "0.4" clap = "2.33" log = "0.4.8" serde = "1.0.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" solana-logger = { path = "../logger", version = "0.19.0-pre0" } solana-metrics = { path = "../metrics", version = "0.19.0-pre0" } solana-sdk = { path = "../sdk", version = "0.19.0-pre0" } diff --git a/fixed-buf/Cargo.toml b/fixed-buf/Cargo.toml index f5ed535762..8bb7cc5518 100644 --- a/fixed-buf/Cargo.toml +++ b/fixed-buf/Cargo.toml @@ -16,4 +16,4 @@ serde = "1.0.100" name = "solana_fixed_buf" [dev-dependencies] -serde_derive = "1.0.100" +serde_derive = "1.0.101" diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index 1955a60c3c..b7d432255d 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -13,7 +13,7 @@ base64 = "0.10.1" bincode = "1.1.4" clap = "2.33.0" serde = "1.0.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" serde_json = "1.0.40" serde_yaml = "0.8.9" solana-core = { path = "../core", version = "0.19.0-pre0" } diff --git a/install/Cargo.toml b/install/Cargo.toml index 06cda96897..663420c72a 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -28,7 +28,7 @@ log = "0.4.8" nix = "0.15.0" semver = "0.9.0" serde = "1.0.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" serde_yaml = "0.8.9" sha2 = "0.8.0" solana-client = { path = "../client", version = "0.19.0-pre0" } diff --git a/kvstore/Cargo.toml b/kvstore/Cargo.toml index 263cae6add..8b90962cf9 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.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" [dev-dependencies] tempfile = "3.1.0" diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index 1608c844c1..b04d557c1c 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://solana.com/" bincode = "1.1.4" clap = "2.33.0" serde = "1.0.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" serde_json = "1.0.40" serde_yaml = "0.8.9" solana-core = { path = "../core", version = "0.19.0-pre0" } diff --git a/netutil/Cargo.toml b/netutil/Cargo.toml index d0a5adca58..7c2755efeb 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.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" socket2 = "0.3.11" solana-logger = { path = "../logger", version = "0.19.0-pre0" } tokio = "0.1" diff --git a/programs/btc_spv_api/Cargo.toml b/programs/btc_spv_api/Cargo.toml index 2e5f345cd7..8e51fe057c 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.2" num-traits = "0.2" serde = "1.0.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" solana-sdk = { path = "../../sdk", version = "0.19.0-pre0"} hex = "0.3.2" diff --git a/programs/btc_spv_bin/Cargo.toml b/programs/btc_spv_bin/Cargo.toml index 801976bbb9..9c5cc3a010 100644 --- a/programs/btc_spv_bin/Cargo.toml +++ b/programs/btc_spv_bin/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] clap="2.33.0" serde="1.0.100" -serde_derive="1.0.100" +serde_derive="1.0.101" serde_json = "1.0.40" ureq = { version = "0.11.1", features = ["json"] } hex = "0.3.2" diff --git a/programs/btc_spv_program/Cargo.toml b/programs/btc_spv_program/Cargo.toml index b09a9bbfdb..3def821042 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.2" num-traits = "0.2" serde = "1.0.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" solana-sdk = { path = "../../sdk", version = "0.19.0-pre0"} solana-btc-spv-api = { path = "../btc_spv_api", version = "0.19.0-pre0"} diff --git a/programs/budget_api/Cargo.toml b/programs/budget_api/Cargo.toml index bc9a31cde8..ab0fde9fe9 100644 --- a/programs/budget_api/Cargo.toml +++ b/programs/budget_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.101" solana-sdk = { path = "../../sdk", version = "0.19.0-pre0" } [dev-dependencies] diff --git a/programs/config_api/Cargo.toml b/programs/config_api/Cargo.toml index 9f30c39a37..3202cc6c8d 100644 --- a/programs/config_api/Cargo.toml +++ b/programs/config_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.4" log = "0.4.8" serde = "1.0.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" solana-sdk = { path = "../../sdk", version = "0.19.0-pre0" } diff --git a/programs/config_tests/Cargo.toml b/programs/config_tests/Cargo.toml index 2edd01d5fd..457af993cc 100644 --- a/programs/config_tests/Cargo.toml +++ b/programs/config_tests/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.4" log = "0.4.8" serde = "1.0.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" solana-logger = { path = "../../logger", version = "0.19.0-pre0" } solana-sdk = { path = "../../sdk", version = "0.19.0-pre0" } solana-config-api = { path = "../config_api", version = "0.19.0-pre0" } diff --git a/programs/exchange_api/Cargo.toml b/programs/exchange_api/Cargo.toml index 3b526b3cf2..5ca2019874 100644 --- a/programs/exchange_api/Cargo.toml +++ b/programs/exchange_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.4" log = "0.4.8" serde = "1.0.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" solana-logger = { path = "../../logger", version = "0.19.0-pre0" } solana-metrics = { path = "../../metrics", version = "0.19.0-pre0" } solana-sdk = { path = "../../sdk", version = "0.19.0-pre0" } diff --git a/programs/move_loader_api/Cargo.toml b/programs/move_loader_api/Cargo.toml index 2d7aa8bca6..24aa5ebd2b 100644 --- a/programs/move_loader_api/Cargo.toml +++ b/programs/move_loader_api/Cargo.toml @@ -15,7 +15,7 @@ indexmap = "1.1.0" libc = "0.2.62" log = "0.4.8" serde = "1.0.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" serde_json = "1.0.40" solana-logger = { path = "../../logger", version = "0.19.0-pre0" } solana-sdk = { path = "../../sdk", version = "0.19.0-pre0" } diff --git a/programs/stake_api/Cargo.toml b/programs/stake_api/Cargo.toml index cd0b13e1c3..d903450c5d 100644 --- a/programs/stake_api/Cargo.toml +++ b/programs/stake_api/Cargo.toml @@ -15,7 +15,7 @@ num-derive = "0.2" num-traits = "0.2" rand = "0.6.5" serde = "1.0.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" solana-logger = { path = "../../logger", version = "0.19.0-pre0" } solana-metrics = { path = "../../metrics", version = "0.19.0-pre0" } solana-sdk = { path = "../../sdk", version = "0.19.0-pre0" } diff --git a/programs/storage_api/Cargo.toml b/programs/storage_api/Cargo.toml index bb40cd891c..f39f2c1262 100644 --- a/programs/storage_api/Cargo.toml +++ b/programs/storage_api/Cargo.toml @@ -16,7 +16,7 @@ rand = "0.6.5" num-derive = "0.2" num-traits = "0.2" serde = "1.0.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" solana-logger = { path = "../../logger", version = "0.19.0-pre0" } solana-sdk = { path = "../../sdk", version = "0.19.0-pre0" } diff --git a/programs/token_api/Cargo.toml b/programs/token_api/Cargo.toml index 6c721eb85a..48c9d4d47a 100644 --- a/programs/token_api/Cargo.toml +++ b/programs/token_api/Cargo.toml @@ -14,7 +14,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.101" solana-logger = { path = "../../logger", version = "0.19.0-pre0" } solana-sdk = { path = "../../sdk", version = "0.19.0-pre0" } diff --git a/programs/vote_api/Cargo.toml b/programs/vote_api/Cargo.toml index e7acbc396d..1d5ee3a30f 100644 --- a/programs/vote_api/Cargo.toml +++ b/programs/vote_api/Cargo.toml @@ -14,7 +14,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.101" solana-logger = { path = "../../logger", version = "0.19.0-pre0" } solana-metrics = { path = "../../metrics", version = "0.19.0-pre0" } solana-sdk = { path = "../../sdk", version = "0.19.0-pre0" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index bc3a21338f..b64ad84d32 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.100", features = ["rc"] } -serde_derive = "1.0.100" +serde_derive = "1.0.101" serde_json = "1.0.40" solana-logger = { path = "../logger", version = "0.19.0-pre0" } solana-measure = { path = "../measure", version = "0.19.0-pre0" } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 6642b5b385..e5a961e0c4 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -42,7 +42,7 @@ num-traits = { version = "0.2" } rand = { version = "0.6.5", optional = true } rayon = { version = "1.2.0", optional = true } serde = "1.0.100" -serde_derive = "1.0.100" +serde_derive = "1.0.101" serde_json = { version = "1.0.40", optional = true } sha2 = "0.8.0" solana-ed25519-dalek = { version = "0.2.0", optional = true }