From 8cdf406dd319263d3364ab03781b678931fca66e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2020 00:42:34 +0000 Subject: [PATCH] Bump serde from 1.0.105 to 1.0.106 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.105 to 1.0.106. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.105...v1.0.106) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 174 ++++++++++++++++---------------- archiver-lib/Cargo.toml | 2 +- cli-config/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- faucet/Cargo.toml | 2 +- genesis/Cargo.toml | 2 +- install/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/exchange/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 +- scripts/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- stake-monitor/Cargo.toml | 2 +- transaction-status/Cargo.toml | 2 +- 28 files changed, 114 insertions(+), 114 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b9af78917..713eb22f0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,7 +132,7 @@ dependencies = [ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -187,7 +187,7 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -314,7 +314,7 @@ dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -324,8 +324,8 @@ dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -339,7 +339,7 @@ version = "0.11.1" 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.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -428,7 +428,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -483,7 +483,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -784,7 +784,7 @@ dependencies = [ "csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -946,7 +946,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "strsim 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -964,7 +964,7 @@ dependencies = [ "curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (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.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1309,7 +1309,7 @@ name = "generic-array" version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1784,7 +1784,7 @@ dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-pubsub 14.0.6 (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.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1798,8 +1798,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" 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.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1844,7 +1844,7 @@ dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1905,8 +1905,8 @@ dependencies = [ "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (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)", @@ -2394,7 +2394,7 @@ dependencies = [ "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-multihash 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "unsigned-varint 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3123,7 +3123,7 @@ dependencies = [ "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "pin-project-lite 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustls 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", "serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3334,10 +3334,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "serde" -version = "1.0.105" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3345,12 +3345,12 @@ name = "serde_bytes" version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serde_derive" -version = "1.0.105" +version = "1.0.106" 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)", @@ -3365,7 +3365,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3375,7 +3375,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.4 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3386,7 +3386,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.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3599,8 +3599,8 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", "solana-archiver-utils 1.2.0", "solana-chacha 1.2.0", @@ -3742,8 +3742,8 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "solana-sdk 1.2.0", ] @@ -3756,8 +3756,8 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "solana-runtime 1.2.0", "solana-sdk 1.2.0", "thiserror 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3831,8 +3831,8 @@ dependencies = [ "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "pretty-hex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-program 1.2.0", "solana-clap-utils 1.2.0", @@ -3862,8 +3862,8 @@ version = "1.2.0" dependencies = [ "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3881,8 +3881,8 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 1.2.0", "solana-net-utils 1.2.0", @@ -3901,8 +3901,8 @@ dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.11 (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.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 1.2.0", "solana-sdk 1.2.0", ] @@ -3938,8 +3938,8 @@ dependencies = [ "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3992,7 +3992,7 @@ dependencies = [ "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "syn 0.15.42 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4037,8 +4037,8 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 1.2.0", "solana-metrics 1.2.0", "solana-runtime 1.2.0", @@ -4063,8 +4063,8 @@ 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.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 1.2.0", "solana-logger 1.2.0", "solana-metrics 1.2.0", @@ -4080,7 +4080,7 @@ dependencies = [ "base64 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.11 (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.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.49 (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 1.2.0", @@ -4140,8 +4140,8 @@ dependencies = [ "nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.10.4 (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.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (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 1.2.0", "solana-client 1.2.0", @@ -4195,7 +4195,7 @@ dependencies = [ "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.6 (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.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_bytes 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-program 1.2.0", @@ -4288,7 +4288,7 @@ version = "1.2.0" dependencies = [ "byte-unit 3.0.3 (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.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 1.2.0", "solana-logger 1.2.0", @@ -4347,9 +4347,9 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_bytes 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 1.2.0", "solana-sdk 1.2.0", @@ -4373,7 +4373,7 @@ version = "1.2.0" dependencies = [ "clap 2.33.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.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 1.2.0", "solana-logger 1.2.0", @@ -4389,8 +4389,8 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "nix 0.17.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.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 1.2.0", "solana-logger 1.2.0", @@ -4431,7 +4431,7 @@ dependencies = [ "matches 0.1.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.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-program 1.2.0", "solana-logger 1.2.0", "solana-metrics 1.2.0", @@ -4494,8 +4494,8 @@ dependencies = [ "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 1.2.0", "solana-measure 1.2.0", "solana-metrics 1.2.0", @@ -4514,7 +4514,7 @@ name = "solana-scripts" version = "1.2.0" dependencies = [ "csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -4539,9 +4539,9 @@ dependencies = [ "pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_bytes 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "solana-crate-features 1.2.0", @@ -4596,7 +4596,7 @@ dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "console 0.10.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.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (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.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4621,8 +4621,8 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "solana-config-program 1.2.0", "solana-logger 1.2.0", "solana-metrics 1.2.0", @@ -4641,8 +4641,8 @@ dependencies = [ "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (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.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 1.2.0", "solana-sdk 1.2.0", ] @@ -4683,8 +4683,8 @@ version = "1.2.0" dependencies = [ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "solana-sdk 1.2.0", ] @@ -4731,8 +4731,8 @@ dependencies = [ "chrono 0.4.11 (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.11 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "solana-config-program 1.2.0", "solana-runtime 1.2.0", "solana-sdk 1.2.0", @@ -4747,8 +4747,8 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 1.2.0", "solana-metrics 1.2.0", "solana-sdk 1.2.0", @@ -4834,7 +4834,7 @@ dependencies = [ "parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "prost 0.5.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.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_crypto 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_failure_ext 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_logger 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4861,7 +4861,7 @@ dependencies = [ "proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", "proptest-derive 0.1.2 (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.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "sha3 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_canonical_serialization 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4937,7 +4937,7 @@ dependencies = [ "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.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.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4967,7 +4967,7 @@ version = "0.0.1-sol4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5028,7 +5028,7 @@ dependencies = [ "prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "radix_trie 0.1.4 (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.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_canonical_serialization 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_crypto 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_failure_ext 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5048,7 +5048,7 @@ dependencies = [ "mirai-annotations 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", "proptest-derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_canonical_serialization 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_crypto 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_failure_ext 0.0.1-sol4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5154,7 +5154,7 @@ dependencies = [ "new_debug_unreachable 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5450,7 +5450,7 @@ dependencies = [ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rand04_compat 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5729,7 +5729,7 @@ name = "toml" version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5970,7 +5970,7 @@ version = "0.2.56" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen-macro 0.2.56 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6657,9 +6657,9 @@ dependencies = [ "checksum security-framework-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "06fd2f23e31ef68dd2328cc383bd493142e46107a3a0e24f7d734e3f3b80fe4c" "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.105 (registry+https://github.com/rust-lang/crates.io-index)" = "e707fbbf255b8fc8c3b99abb91e7257a622caeb20a9818cbadbeeede4e0932ff" +"checksum serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)" = "36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399" "checksum serde_bytes 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "325a073952621257820e7a3469f55ba4726d8b28657e7e36653d1c36dc2c84ae" -"checksum serde_derive 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)" = "ac5d00fc561ba2724df6758a17de23df5914f20e41cb00f94d5b7ae42fffaff8" +"checksum serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)" = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c" "checksum serde_json 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)" = "02044a6a92866fd61624b3db4d2c9dccc2feabbc6be490b87611bf285edbac55" "checksum serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97" "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" diff --git a/archiver-lib/Cargo.toml b/archiver-lib/Cargo.toml index 0d76653ea0..d30545cfd7 100644 --- a/archiver-lib/Cargo.toml +++ b/archiver-lib/Cargo.toml @@ -18,7 +18,7 @@ rand_chacha = "0.1.1" solana-client = { path = "../client", version = "1.2.0" } solana-storage-program = { path = "../programs/storage", version = "1.2.0" } thiserror = "1.0" -serde = "1.0.105" +serde = "1.0.106" serde_json = "1.0.49" serde_derive = "1.0.103" solana-net-utils = { path = "../net-utils", version = "1.2.0" } diff --git a/cli-config/Cargo.toml b/cli-config/Cargo.toml index d881e38201..6089c461ee 100644 --- a/cli-config/Cargo.toml +++ b/cli-config/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://solana.com/" [dependencies] dirs = "2.0.2" lazy_static = "1.4.0" -serde = "1.0.105" +serde = "1.0.106" serde_derive = "1.0.103" serde_yaml = "0.8.11" url = "2.1.1" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 04659220b9..cfa99da165 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -23,7 +23,7 @@ humantime = "2.0.0" num-traits = "0.2" pretty-hex = "0.1.1" reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } -serde = "1.0.105" +serde = "1.0.106" serde_derive = "1.0.103" serde_json = "1.0.49" solana-budget-program = { path = "../programs/budget", version = "1.2.0" } diff --git a/client/Cargo.toml b/client/Cargo.toml index 1f9e0ace51..5ce5edc9ee 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -16,7 +16,7 @@ jsonrpc-core = "14.0.5" log = "0.4.8" rayon = "1.3.0" reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } -serde = "1.0.105" +serde = "1.0.106" serde_derive = "1.0.103" serde_json = "1.0.49" solana-transaction-status = { path = "../transaction-status", version = "1.2.0" } diff --git a/core/Cargo.toml b/core/Cargo.toml index 5176615cef..5699157593 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -38,7 +38,7 @@ rand = "0.6.5" rand_chacha = "0.1.1" rayon = "1.3.0" regex = "1.3.6" -serde = "1.0.105" +serde = "1.0.106" serde_derive = "1.0.103" serde_json = "1.0.49" solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "1.2.0" } diff --git a/faucet/Cargo.toml b/faucet/Cargo.toml index 36a9cd2e5f..8dd8cf4457 100644 --- a/faucet/Cargo.toml +++ b/faucet/Cargo.toml @@ -17,7 +17,7 @@ byteorder = "1.3.4" bytes = "0.4" clap = "2.33" log = "0.4.8" -serde = "1.0.105" +serde = "1.0.106" serde_derive = "1.0.103" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } solana-logger = { path = "../logger", version = "1.2.0" } diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index a03a6e52ff..c68abc82a4 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://solana.com/" base64 = "0.12.0" clap = "2.33.0" chrono = "0.4" -serde = "1.0.105" +serde = "1.0.106" serde_json = "1.0.49" serde_yaml = "0.8.11" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } diff --git a/install/Cargo.toml b/install/Cargo.toml index 366328bb56..84940f8182 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -21,7 +21,7 @@ indicatif = "0.14.0" lazy_static = "1.4.0" nix = "0.17.0" reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } -serde = "1.0.105" +serde = "1.0.106" serde_derive = "1.0.103" serde_yaml = "0.8.11" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index bc629b1eb0..543b4deb4d 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -28,7 +28,7 @@ rand_chacha = "0.1.1" rayon = "1.3.0" reed-solomon-erasure = { package = "solana-reed-solomon-erasure", version = "4.0.1-3", features = ["simd-accel"] } regex = "1.3.6" -serde = "1.0.105" +serde = "1.0.106" serde_bytes = "0.11.3" solana-transaction-status = { path = "../transaction-status", version = "1.2.0" } solana-genesis-programs = { path = "../genesis-programs", version = "1.2.0" } diff --git a/log-analyzer/Cargo.toml b/log-analyzer/Cargo.toml index fd10d7b7fa..ada6177c72 100644 --- a/log-analyzer/Cargo.toml +++ b/log-analyzer/Cargo.toml @@ -12,7 +12,7 @@ publish = false [dependencies] byte-unit = "3.0.3" clap = "2.33.0" -serde = "1.0.105" +serde = "1.0.106" serde_json = "1.0.49" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } solana-logger = { path = "../logger", version = "1.2.0" } diff --git a/net-shaper/Cargo.toml b/net-shaper/Cargo.toml index 932f22af43..ca7564ba7f 100644 --- a/net-shaper/Cargo.toml +++ b/net-shaper/Cargo.toml @@ -11,7 +11,7 @@ publish = false [dependencies] clap = "2.33.0" -serde = "1.0.105" +serde = "1.0.106" serde_json = "1.0.49" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } solana-logger = { path = "../logger", version = "1.2.0" } diff --git a/net-utils/Cargo.toml b/net-utils/Cargo.toml index 13aa0dff54..537fd138ac 100644 --- a/net-utils/Cargo.toml +++ b/net-utils/Cargo.toml @@ -15,7 +15,7 @@ clap = "2.33.0" log = "0.4.8" nix = "0.17.0" rand = "0.6.1" -serde = "1.0.105" +serde = "1.0.106" serde_derive = "1.0.103" socket2 = "0.3.12" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } diff --git a/perf/Cargo.toml b/perf/Cargo.toml index 7904a2644f..9cdb8349eb 100644 --- a/perf/Cargo.toml +++ b/perf/Cargo.toml @@ -13,7 +13,7 @@ rand = "0.6.5" dlopen = "0.1.8" bincode = "1.2.1" rayon = "1.3.0" -serde = "1.0.105" +serde = "1.0.106" 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 5f9d5fc6b5..8e23fcf886 100644 --- a/programs/btc_spv/Cargo.toml +++ b/programs/btc_spv/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.2.1" log = "0.4.2" num-derive = "0.3" num-traits = "0.2" -serde = "1.0.105" +serde = "1.0.106" serde_derive = "1.0.103" solana-sdk = { path = "../../sdk", version = "1.2.0"} hex = "0.4.2" diff --git a/programs/btc_spv_bin/Cargo.toml b/programs/btc_spv_bin/Cargo.toml index 8b9cffd73b..06be4cfaf8 100644 --- a/programs/btc_spv_bin/Cargo.toml +++ b/programs/btc_spv_bin/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] clap="2.33.0" reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } -serde="1.0.105" +serde="1.0.106" serde_derive="1.0.103" hex = "0.4.2" diff --git a/programs/budget/Cargo.toml b/programs/budget/Cargo.toml index 856fdfd841..7aaf044417 100644 --- a/programs/budget/Cargo.toml +++ b/programs/budget/Cargo.toml @@ -14,7 +14,7 @@ chrono = { version = "0.4.11", features = ["serde"] } log = "0.4.8" num-derive = "0.3" num-traits = "0.2" -serde = "1.0.105" +serde = "1.0.106" serde_derive = "1.0.103" solana-sdk = { path = "../../sdk", version = "1.2.0" } thiserror = "1.0" diff --git a/programs/config/Cargo.toml b/programs/config/Cargo.toml index d8f3509cef..021614f735 100644 --- a/programs/config/Cargo.toml +++ b/programs/config/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" bincode = "1.2.1" chrono = { version = "0.4.11", features = ["serde"] } log = "0.4.8" -serde = "1.0.105" +serde = "1.0.106" serde_derive = "1.0.103" solana-logger = { path = "../../logger", version = "1.2.0" } solana-sdk = { path = "../../sdk", version = "1.2.0" } diff --git a/programs/exchange/Cargo.toml b/programs/exchange/Cargo.toml index 744f252aed..2dde252a10 100644 --- a/programs/exchange/Cargo.toml +++ b/programs/exchange/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.2.1" log = "0.4.8" num-derive = { version = "0.3" } num-traits = { version = "0.2" } -serde = "1.0.105" +serde = "1.0.106" serde_derive = "1.0.103" solana-logger = { path = "../../logger", version = "1.2.0" } solana-metrics = { path = "../../metrics", version = "1.2.0" } diff --git a/programs/stake/Cargo.toml b/programs/stake/Cargo.toml index bbedba6863..369ab8f708 100644 --- a/programs/stake/Cargo.toml +++ b/programs/stake/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.2.1" log = "0.4.8" num-derive = "0.3" num-traits = "0.2" -serde = "1.0.105" +serde = "1.0.106" serde_derive = "1.0.103" solana-logger = { path = "../../logger", version = "1.2.0" } solana-metrics = { path = "../../metrics", version = "1.2.0" } diff --git a/programs/storage/Cargo.toml b/programs/storage/Cargo.toml index 0d60afe709..9d5e841107 100644 --- a/programs/storage/Cargo.toml +++ b/programs/storage/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.8" rand = "0.6.5" num-derive = "0.3" num-traits = "0.2" -serde = "1.0.105" +serde = "1.0.106" serde_derive = "1.0.103" solana-logger = { path = "../../logger", version = "1.2.0" } solana-sdk = { path = "../../sdk", version = "1.2.0" } diff --git a/programs/vest/Cargo.toml b/programs/vest/Cargo.toml index b368030235..1d24d8fb10 100644 --- a/programs/vest/Cargo.toml +++ b/programs/vest/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.2.1" chrono = { version = "0.4.11", features = ["serde"] } num-derive = "0.2" num-traits = "0.2" -serde = "1.0.105" +serde = "1.0.106" serde_derive = "1.0.103" solana-sdk = { path = "../../sdk", version = "1.2.0" } solana-config-program = { path = "../config", version = "1.2.0" } diff --git a/programs/vote/Cargo.toml b/programs/vote/Cargo.toml index 1d28c8c068..bdb521c7fc 100644 --- a/programs/vote/Cargo.toml +++ b/programs/vote/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.2.1" log = "0.4.8" num-derive = "0.3" num-traits = "0.2" -serde = "1.0.105" +serde = "1.0.106" serde_derive = "1.0.103" solana-logger = { path = "../../logger", version = "1.2.0" } solana-metrics = { path = "../../metrics", version = "1.2.0" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 0bc0eb50a0..01ebf3af6c 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -25,7 +25,7 @@ num-traits = { version = "0.2" } num_cpus = "1.0.0" rand = "0.6.5" rayon = "1.3.0" -serde = { version = "1.0.105", features = ["rc"] } +serde = { version = "1.0.106", features = ["rc"] } serde_derive = "1.0.103" solana-logger = { path = "../logger", version = "1.2.0" } solana-measure = { path = "../measure", version = "1.2.0" } diff --git a/scripts/Cargo.toml b/scripts/Cargo.toml index 784fbe3cbe..c84cd20b32 100644 --- a/scripts/Cargo.toml +++ b/scripts/Cargo.toml @@ -11,7 +11,7 @@ publish = false [dependencies] csv = "1.1" -serde = { version = "1.0.105", features = ["derive"] } +serde = { version = "1.0.106", features = ["derive"] } [[bin]] name = "solana-csv-to-validator-infos" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index ed018fcb5a..1841bef2c9 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -43,7 +43,7 @@ num-traits = { version = "0.2" } pbkdf2 = { version = "0.3.0", default-features = false } rand = { version = "0.6.5", optional = true } rand_chacha = { version = "0.1.1", optional = true } -serde = "1.0.105" +serde = "1.0.106" serde_bytes = "0.11" serde_derive = "1.0.103" serde_json = { version = "1.0.49", optional = true } diff --git a/stake-monitor/Cargo.toml b/stake-monitor/Cargo.toml index c8ee0f44cb..d43d0834bc 100644 --- a/stake-monitor/Cargo.toml +++ b/stake-monitor/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://solana.com/" clap = "2.33.0" console = "0.10.0" log = "0.4.8" -serde = "1.0.105" +serde = "1.0.106" serde_yaml = "0.8.11" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } solana-cli-config = { path = "../cli-config", version = "1.2.0" } diff --git a/transaction-status/Cargo.toml b/transaction-status/Cargo.toml index b77001fe0a..0866d1ffb8 100644 --- a/transaction-status/Cargo.toml +++ b/transaction-status/Cargo.toml @@ -12,5 +12,5 @@ edition = "2018" bincode = "1.2.1" bs58 = "0.3.0" solana-sdk = { path = "../sdk", version = "1.2.0" } -serde = "1.0.105" +serde = "1.0.106" serde_derive = "1.0.103"