From f0191a98ab97c77a23f248a0fd9155708dbba07e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2019 15:07:16 -0700 Subject: [PATCH] Bump serde from 1.0.93 to 1.0.94 (#4864) Bumps [serde](https://github.com/serde-rs/serde) from 1.0.93 to 1.0.94. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.93...v1.0.94) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 70 +++++++++++++++--------------- bench-exchange/Cargo.toml | 2 +- bench-tps/Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- drone/Cargo.toml | 2 +- genesis/Cargo.toml | 2 +- install/Cargo.toml | 2 +- kvstore/Cargo.toml | 2 +- programs/bpf_loader_api/Cargo.toml | 2 +- programs/budget_api/Cargo.toml | 2 +- programs/config_api/Cargo.toml | 2 +- programs/exchange_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 +- vote-signer/Cargo.toml | 2 +- 20 files changed, 54 insertions(+), 54 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f92ed48adb..13d188f2f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,7 +146,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "autocfg 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -254,7 +254,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "feature-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -333,7 +333,7 @@ dependencies = [ "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", "num-integer 0.1.39 (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.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -446,7 +446,7 @@ dependencies = [ "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "publicsuffix 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -713,7 +713,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lazy_static 1.3.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.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -840,7 +840,7 @@ name = "generic-array" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1051,7 +1051,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" 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.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1093,7 +1093,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.26 (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.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1131,7 +1131,7 @@ dependencies = [ "jsonrpc-core 12.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1936,7 +1936,7 @@ dependencies = [ "mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "serde_urlencoded 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2060,7 +2060,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "serde" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2083,7 +2083,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2093,7 +2093,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2104,7 +2104,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2199,7 +2199,7 @@ dependencies = [ "reed-solomon-erasure 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.18 (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.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-api 0.17.0", @@ -2244,7 +2244,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)", "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2279,7 +2279,7 @@ dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2301,7 +2301,7 @@ dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.58 (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.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", "solana-sdk 0.17.0", "solana_rbpf 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2341,7 +2341,7 @@ dependencies = [ "log 0.4.6 (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.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "solana-runtime 0.17.0", "solana-sdk 0.17.0", @@ -2376,7 +2376,7 @@ dependencies = [ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", @@ -2390,7 +2390,7 @@ version = "0.17.0" dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", "solana-runtime 0.17.0", @@ -2416,7 +2416,7 @@ dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.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.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", "solana-metrics 0.17.0", @@ -2443,7 +2443,7 @@ version = "0.17.0" dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", "solana-metrics 0.17.0", @@ -2477,7 +2477,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)", "hashbrown 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2529,7 +2529,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.18 (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.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (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.17.0", @@ -2562,7 +2562,7 @@ dependencies = [ "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "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.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2660,7 +2660,7 @@ dependencies = [ "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "solana-bpf-loader-api 0.17.0", @@ -2695,7 +2695,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)", "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2711,7 +2711,7 @@ dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (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.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", "solana-metrics 0.17.0", @@ -2753,7 +2753,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)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", "solana-sdk 0.17.0", @@ -2780,7 +2780,7 @@ dependencies = [ "log 0.4.6 (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.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", "solana-sdk 0.17.0", @@ -2829,7 +2829,7 @@ version = "0.17.0" dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.17.0", "solana-metrics 0.17.0", @@ -2856,7 +2856,7 @@ dependencies = [ "jsonrpc-derive 12.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 12.0.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.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "solana-metrics 0.17.0", "solana-sdk 0.17.0", @@ -3240,7 +3240,7 @@ name = "toml" version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3734,7 +3734,7 @@ dependencies = [ "checksum security-framework-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3d6696852716b589dff9e886ff83778bb635150168e83afa8ac6b8a78cb82abc" "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.93 (registry+https://github.com/rust-lang/crates.io-index)" = "960e29cf7004b3b6e65fc5002981400eb3ccc017a08a2406940823e58e7179a9" +"checksum serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" = "076a696fdea89c19d3baed462576b8f6d663064414b5c793642da8dfeb99475b" "checksum serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" = "ef45eb79d6463b22f5f9e16d283798b7c0175ba6050bc25c1a946c122727fe7b" "checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" "checksum serde_urlencoded 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d48f9f99cd749a2de71d29da5f948de7f2764cc5a9d7f3c97e3514d4ee6eabf2" diff --git a/bench-exchange/Cargo.toml b/bench-exchange/Cargo.toml index 6bd990fc4e..63aea9d976 100644 --- a/bench-exchange/Cargo.toml +++ b/bench-exchange/Cargo.toml @@ -19,7 +19,7 @@ num-derive = "0.2" num-traits = "0.2" rand = "0.6.5" rayon = "1.1.0" -serde = "1.0.93" +serde = "1.0.94" serde_derive = "1.0.94" serde_json = "1.0.39" serde_yaml = "0.8.9" diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index e216c8606d..1950c319ba 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://solana.com/" clap = "2.33.0" log = "0.4.6" rayon = "1.1.0" -serde = "1.0.93" +serde = "1.0.94" serde_derive = "1.0.94" serde_json = "1.0.39" serde_yaml = "0.8.9" diff --git a/client/Cargo.toml b/client/Cargo.toml index 26ed6845af..54485b542b 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -16,7 +16,7 @@ log = "0.4.2" rand = "0.6.5" rayon = "1.1.0" reqwest = "0.9.18" -serde = "1.0.93" +serde = "1.0.94" serde_derive = "1.0.94" serde_json = "1.0.39" solana-netutil = { path = "../netutil", version = "0.17.0" } diff --git a/core/Cargo.toml b/core/Cargo.toml index 9d02ea4e54..23e095d883 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -43,7 +43,7 @@ rand_chacha = "0.1.1" rayon = "1.1.0" reqwest = "0.9.18" rocksdb = "0.11.0" -serde = "1.0.93" +serde = "1.0.94" serde_derive = "1.0.94" serde_json = "1.0.39" solana-budget-api = { path = "../programs/budget_api", version = "0.17.0" } diff --git a/drone/Cargo.toml b/drone/Cargo.toml index b979eb82ec..80ec001877 100644 --- a/drone/Cargo.toml +++ b/drone/Cargo.toml @@ -18,7 +18,7 @@ byteorder = "1.3.2" bytes = "0.4" clap = "2.33" log = "0.4.2" -serde = "1.0.93" +serde = "1.0.94" serde_derive = "1.0.94" solana-logger = { path = "../logger", version = "0.17.0" } solana-metrics = { path = "../metrics", version = "0.17.0" } diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index 041fa151f1..c9db7f1eb6 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://solana.com/" [dependencies] bincode = "1.1.4" clap = "2.33.0" -serde = "1.0.93" +serde = "1.0.94" serde_derive = "1.0.94" serde_json = "1.0.39" serde_yaml = "0.8.9" diff --git a/install/Cargo.toml b/install/Cargo.toml index 88459d1e0b..3b0309c50e 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -25,7 +25,7 @@ lazy_static = "1.3.0" log = "0.4.2" reqwest = "0.9.18" ring = "0.13.2" -serde = "1.0.93" +serde = "1.0.94" serde_derive = "1.0.94" serde_yaml = "0.8.9" solana-client = { path = "../client", version = "0.17.0" } diff --git a/kvstore/Cargo.toml b/kvstore/Cargo.toml index 95f21b9bc6..846151a923 100644 --- a/kvstore/Cargo.toml +++ b/kvstore/Cargo.toml @@ -15,7 +15,7 @@ chrono = "0.4.7" crc = "1.8.1" memmap = "0.7.0" rand = "0.6.5" -serde = "1.0.93" +serde = "1.0.94" serde_derive = "1.0.94" [dev-dependencies] diff --git a/programs/bpf_loader_api/Cargo.toml b/programs/bpf_loader_api/Cargo.toml index 48fcb0fb40..2a7d5b7537 100644 --- a/programs/bpf_loader_api/Cargo.toml +++ b/programs/bpf_loader_api/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.1.4" byteorder = "1.3.2" libc = "0.2.58" log = "0.4.2" -serde = "1.0.93" +serde = "1.0.94" solana-logger = { path = "../../logger", version = "0.17.0" } solana-sdk = { path = "../../sdk", version = "0.17.0" } solana_rbpf = "=0.1.13" diff --git a/programs/budget_api/Cargo.toml b/programs/budget_api/Cargo.toml index fff349d58f..5f91c4cf8d 100644 --- a/programs/budget_api/Cargo.toml +++ b/programs/budget_api/Cargo.toml @@ -14,7 +14,7 @@ chrono = { version = "0.4.7", features = ["serde"] } log = "0.4.2" num-derive = "0.2" num-traits = "0.2" -serde = "1.0.93" +serde = "1.0.94" serde_derive = "1.0.94" solana-sdk = { path = "../../sdk", version = "0.17.0" } diff --git a/programs/config_api/Cargo.toml b/programs/config_api/Cargo.toml index 5a9216d50e..305c6353f4 100644 --- a/programs/config_api/Cargo.toml +++ b/programs/config_api/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] bincode = "1.1.4" log = "0.4.2" -serde = "1.0.93" +serde = "1.0.94" serde_derive = "1.0.94" solana-logger = { path = "../../logger", version = "0.17.0" } solana-sdk = { path = "../../sdk", version = "0.17.0" } diff --git a/programs/exchange_api/Cargo.toml b/programs/exchange_api/Cargo.toml index e451ebce0e..1035c806df 100644 --- a/programs/exchange_api/Cargo.toml +++ b/programs/exchange_api/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] bincode = "1.1.4" log = "0.4.2" -serde = "1.0.93" +serde = "1.0.94" serde_derive = "1.0.94" solana-logger = { path = "../../logger", version = "0.17.0" } solana-metrics = { path = "../../metrics", version = "0.17.0" } diff --git a/programs/stake_api/Cargo.toml b/programs/stake_api/Cargo.toml index 965756972f..c594c5edf8 100644 --- a/programs/stake_api/Cargo.toml +++ b/programs/stake_api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.1.4" log = "0.4.2" rand = "0.6.5" -serde = "1.0.93" +serde = "1.0.94" serde_derive = "1.0.94" solana-logger = { path = "../../logger", version = "0.17.0" } solana-metrics = { path = "../../metrics", version = "0.17.0" } diff --git a/programs/storage_api/Cargo.toml b/programs/storage_api/Cargo.toml index e155e0566b..6d202fd69b 100644 --- a/programs/storage_api/Cargo.toml +++ b/programs/storage_api/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.2" rand = "0.6.5" num-derive = "0.2" num-traits = "0.2" -serde = "1.0.93" +serde = "1.0.94" serde_derive = "1.0.94" solana-logger = { path = "../../logger", version = "0.17.0" } solana-sdk = { path = "../../sdk", version = "0.17.0" } diff --git a/programs/token_api/Cargo.toml b/programs/token_api/Cargo.toml index 93624992a7..48568bf387 100644 --- a/programs/token_api/Cargo.toml +++ b/programs/token_api/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.1.4" log = "0.4.2" num-derive = "0.2" num-traits = "0.2" -serde = "1.0.93" +serde = "1.0.94" serde_derive = "1.0.94" solana-logger = { path = "../../logger", version = "0.17.0" } solana-sdk = { path = "../../sdk", version = "0.17.0" } diff --git a/programs/vote_api/Cargo.toml b/programs/vote_api/Cargo.toml index c3e858e2cc..adb6e24ce5 100644 --- a/programs/vote_api/Cargo.toml +++ b/programs/vote_api/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] bincode = "1.1.4" log = "0.4.2" -serde = "1.0.93" +serde = "1.0.94" serde_derive = "1.0.94" solana-logger = { path = "../../logger", version = "0.17.0" } solana-metrics = { path = "../../metrics", version = "0.17.0" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 10b3ad261d..b2066218ad 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -22,7 +22,7 @@ maplit = "1.0.1" memmap = "0.6.2" rand = "0.6.5" rayon = "1.1.0" -serde = "1.0.93" +serde = "1.0.94" serde_derive = "1.0.94" serde_json = "1.0.38" solana-logger = { path = "../logger", version = "0.17.0" } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 289c16db36..1986008a74 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -23,7 +23,7 @@ num-derive = "0.2" num-traits = "0.2" rand = "0.6.5" rayon = "1.1.0" -serde = "1.0.93" +serde = "1.0.94" serde_derive = "1.0.94" serde_json = "1.0.39" sha2 = "0.8.0" diff --git a/vote-signer/Cargo.toml b/vote-signer/Cargo.toml index b3c8dbfd1c..a5a0993b28 100644 --- a/vote-signer/Cargo.toml +++ b/vote-signer/Cargo.toml @@ -15,7 +15,7 @@ jsonrpc-core = "12.0.0" jsonrpc-derive = "12.0.0" jsonrpc-http-server = "12.0.0" log = "0.4.2" -serde = "1.0.93" +serde = "1.0.94" serde_json = "1.0.39" solana-metrics = { path = "../metrics", version = "0.17.0" } solana-sdk = { path = "../sdk", version = "0.17.0" }