From 30c0a7d06931c0abb3da2ab567a12ccaee5287b1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 09:19:39 -0700 Subject: [PATCH] Bump serde from 1.0.101 to 1.0.102 (#6581) automerge --- Cargo.lock | 120 ++++++++++++++-------------- bench-exchange/Cargo.toml | 2 +- bench-tps/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- drone/Cargo.toml | 2 +- fixed-buf/Cargo.toml | 2 +- genesis/Cargo.toml | 2 +- install/Cargo.toml | 2 +- ledger-tool/Cargo.toml | 2 +- ledger/Cargo.toml | 2 +- netutil/Cargo.toml | 2 +- programs/bpf_loader_api/Cargo.toml | 2 +- programs/btc_spv_api/Cargo.toml | 2 +- programs/btc_spv_bin/Cargo.toml | 2 +- programs/btc_spv_program/Cargo.toml | 2 +- programs/budget_api/Cargo.toml | 2 +- programs/config_api/Cargo.toml | 2 +- programs/config_tests/Cargo.toml | 2 +- programs/exchange_api/Cargo.toml | 2 +- programs/move_loader_api/Cargo.toml | 2 +- programs/stake_api/Cargo.toml | 2 +- programs/storage_api/Cargo.toml | 2 +- programs/vest_api/Cargo.toml | 2 +- programs/vote_api/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- vote-signer/Cargo.toml | 2 +- 29 files changed, 88 insertions(+), 88 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c7a13e29c..d8a0103e45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,7 +121,7 @@ dependencies = [ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.65 (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.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -153,7 +153,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "autocfg 0.1.5 (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.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -290,7 +290,7 @@ 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)", "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -311,7 +311,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.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -385,7 +385,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.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -441,7 +441,7 @@ dependencies = [ "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -588,7 +588,7 @@ dependencies = [ "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "publicsuffix 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -873,7 +873,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.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "strsim 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -891,7 +891,7 @@ dependencies = [ "curve25519-dalek 1.2.1 (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.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1033,7 +1033,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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1170,7 +1170,7 @@ name = "generic-array" version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1529,7 +1529,7 @@ 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.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1567,7 +1567,7 @@ dependencies = [ "jsonrpc-core 14.0.3 (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.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1628,7 +1628,7 @@ dependencies = [ "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -2044,7 +2044,7 @@ dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "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)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (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)", ] @@ -2654,7 +2654,7 @@ dependencies = [ "mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustls 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2800,7 +2800,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "serde" -version = "1.0.101" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2811,7 +2811,7 @@ name = "serde_bytes" version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2831,7 +2831,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.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2841,7 +2841,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.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2852,7 +2852,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.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3054,7 +3054,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.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3091,7 +3091,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)", "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3121,7 +3121,7 @@ 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.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-btc-spv-api 0.21.0", "solana-sdk 0.21.0", @@ -3135,7 +3135,7 @@ dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.21.0", "solana-sdk 0.21.0", "solana_rbpf 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3161,7 +3161,7 @@ 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.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-sdk 0.21.0", ] @@ -3175,7 +3175,7 @@ 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.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-runtime 0.21.0", "solana-sdk 0.21.0", @@ -3215,7 +3215,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)", "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3248,7 +3248,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)", "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.21.0", @@ -3262,7 +3262,7 @@ version = "0.21.0" dependencies = [ "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-sdk 0.21.0", ] @@ -3284,7 +3284,7 @@ dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-config-api 0.21.0", "solana-config-program 0.21.0", @@ -3324,7 +3324,7 @@ dependencies = [ "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3375,7 +3375,7 @@ dependencies = [ "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-ed25519-dalek 0.2.0 (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.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3392,7 +3392,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.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.21.0", "solana-metrics 0.21.0", @@ -3410,7 +3410,7 @@ dependencies = [ "curve25519-dalek 1.2.1 (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.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3420,7 +3420,7 @@ version = "0.21.0" dependencies = [ "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.21.0", "solana-metrics 0.21.0", @@ -3452,7 +3452,7 @@ name = "solana-fixed-buf" version = "0.21.0" dependencies = [ "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3462,7 +3462,7 @@ version = "0.21.0" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3533,7 +3533,7 @@ dependencies = [ "nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3579,7 +3579,7 @@ dependencies = [ "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "rocksdb 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-api 0.21.0", "solana-genesis-programs 0.21.0", @@ -3605,7 +3605,7 @@ dependencies = [ "assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3710,7 +3710,7 @@ dependencies = [ "indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_bytes 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3748,7 +3748,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.21.0", @@ -3800,7 +3800,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.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "solana-bpf-loader-api 0.21.0", @@ -3839,7 +3839,7 @@ dependencies = [ "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)", "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_bytes 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3873,7 +3873,7 @@ dependencies = [ "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-config-api 0.21.0", "solana-logger 0.21.0", @@ -3916,7 +3916,7 @@ dependencies = [ "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.21.0", "solana-sdk 0.21.0", @@ -3979,7 +3979,7 @@ dependencies = [ "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.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-config-api 0.21.0", "solana-runtime 0.21.0", @@ -4004,7 +4004,7 @@ 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.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.21.0", "solana-metrics 0.21.0", @@ -4031,7 +4031,7 @@ dependencies = [ "jsonrpc-derive 14.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "solana-metrics 0.21.0", "solana-sdk 0.21.0", @@ -4084,7 +4084,7 @@ dependencies = [ "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-multiaddr 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_crypto 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_failure_ext 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_logger 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4112,7 +4112,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.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "sha3 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_crypto-derive 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4219,7 +4219,7 @@ dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -4279,7 +4279,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.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "sha3 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_crypto 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4358,7 +4358,7 @@ dependencies = [ "protobuf 2.8.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.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_canonical_serialization 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana_libra_crypto 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4506,7 +4506,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.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (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)", ] @@ -4775,7 +4775,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.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5008,7 +5008,7 @@ name = "toml" version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5016,7 +5016,7 @@ name = "toml" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5752,7 +5752,7 @@ dependencies = [ "checksum sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c" "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.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd" +"checksum serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4b39bd9b0b087684013a792c59e3e07a46a01d2322518d8a1104641a0b1be0" "checksum serde_bytes 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "45af0182ff64abaeea290235eb67da3825a576c5d53e642c4d5b652e12e6effc" "checksum serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "ca13fc1a832f793322228923fbb3aba9f3f44444898f835d31ad1b74fa0a2bf8" "checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" diff --git a/bench-exchange/Cargo.toml b/bench-exchange/Cargo.toml index e4415cba80..f72bb35470 100644 --- a/bench-exchange/Cargo.toml +++ b/bench-exchange/Cargo.toml @@ -19,7 +19,7 @@ num-derive = "0.3" num-traits = "0.2" rand = "0.6.5" rayon = "1.2.0" -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" serde_json = "1.0.41" serde_yaml = "0.8.11" diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index a24095b50f..2d1074500c 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -12,7 +12,7 @@ bincode = "1.2.0" clap = "2.33.0" log = "0.4.8" rayon = "1.2.0" -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" serde_json = "1.0.41" serde_yaml = "0.8.11" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index dd36d1f649..55d839c240 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" reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tls"] } -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" serde_json = "1.0.41" serde_yaml = "0.8.11" diff --git a/client/Cargo.toml b/client/Cargo.toml index 0d982d61a0..7b64ac6993 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" reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tls"] } -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" serde_json = "1.0.41" solana-netutil = { path = "../netutil", version = "0.21.0" } diff --git a/core/Cargo.toml b/core/Cargo.toml index c9af601094..1a151be045 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -42,7 +42,7 @@ num-traits = "0.2" rand = "0.6.5" rand_chacha = "0.1.1" rayon = "1.2.0" -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" serde_json = "1.0.41" solana-budget-api = { path = "../programs/budget_api", version = "0.21.0" } diff --git a/drone/Cargo.toml b/drone/Cargo.toml index 74e4fc8c64..8a5d387d58 100644 --- a/drone/Cargo.toml +++ b/drone/Cargo.toml @@ -17,7 +17,7 @@ byteorder = "1.3.2" bytes = "0.4" clap = "2.33" log = "0.4.8" -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" solana-logger = { path = "../logger", version = "0.21.0" } solana-metrics = { path = "../metrics", version = "0.21.0" } diff --git a/fixed-buf/Cargo.toml b/fixed-buf/Cargo.toml index 19b81b48ee..40599e6691 100644 --- a/fixed-buf/Cargo.toml +++ b/fixed-buf/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies] bincode = "1.2.0" -serde = "1.0.101" +serde = "1.0.102" [lib] name = "solana_fixed_buf" diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index f28ac0e642..11e880298e 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://solana.com/" [dependencies] base64 = "0.10.1" clap = "2.33.0" -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" serde_json = "1.0.41" serde_yaml = "0.8.11" diff --git a/install/Cargo.toml b/install/Cargo.toml index cb3119cc13..b79f0e5ed9 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -25,7 +25,7 @@ log = "0.4.8" nix = "0.15.0" reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tls"] } semver = "0.9.0" -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" serde_yaml = "0.8.11" sha2 = "0.8.0" diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index 64f16396ae..8930196152 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://solana.com/" [dependencies] bincode = "1.2.0" clap = "2.33.0" -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" serde_json = "1.0.41" serde_yaml = "0.8.11" diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 97bd10900f..ce05ca530c 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -24,7 +24,7 @@ rand = "0.6.5" rand_chacha = "0.1.1" rayon = "1.2.0" reed-solomon-erasure = { package = "solana-reed-solomon-erasure", version = "4.0.1-3", features = ["simd-accel"] } -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" solana-genesis-programs = { path = "../genesis_programs", version = "0.21.0" } solana-logger = { path = "../logger", version = "0.21.0" } diff --git a/netutil/Cargo.toml b/netutil/Cargo.toml index e2d07c07bd..1583ffbbe9 100644 --- a/netutil/Cargo.toml +++ b/netutil/Cargo.toml @@ -15,7 +15,7 @@ clap = "2.33.0" log = "0.4.8" nix = "0.15.0" rand = "0.6.1" -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" socket2 = "0.3.11" solana-logger = { path = "../logger", version = "0.21.0" } diff --git a/programs/bpf_loader_api/Cargo.toml b/programs/bpf_loader_api/Cargo.toml index bc4d828ac7..2817897606 100644 --- a/programs/bpf_loader_api/Cargo.toml +++ b/programs/bpf_loader_api/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.2.0" byteorder = "1.3.2" libc = "0.2.65" log = "0.4.8" -serde = "1.0.101" +serde = "1.0.102" solana-logger = { path = "../../logger", version = "0.21.0" } solana-sdk = { path = "../../sdk", version = "0.21.0" } solana_rbpf = "=0.1.19" diff --git a/programs/btc_spv_api/Cargo.toml b/programs/btc_spv_api/Cargo.toml index f42f486c64..acd89d8683 100644 --- a/programs/btc_spv_api/Cargo.toml +++ b/programs/btc_spv_api/Cargo.toml @@ -14,7 +14,7 @@ chrono = { version = "0.4.9", features = ["serde"] } log = "0.4.2" num-derive = "0.3" num-traits = "0.2" -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" solana-sdk = { path = "../../sdk", version = "0.21.0"} hex = "0.3.2" diff --git a/programs/btc_spv_bin/Cargo.toml b/programs/btc_spv_bin/Cargo.toml index 87cd49471d..5828cbb323 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.9.22", default-features = false, features = ["rustls-tls"] } -serde="1.0.101" +serde="1.0.102" serde_derive="1.0.102" serde_json = "1.0.41" hex = "0.3.2" diff --git a/programs/btc_spv_program/Cargo.toml b/programs/btc_spv_program/Cargo.toml index 05cf33fa67..60aa55f136 100644 --- a/programs/btc_spv_program/Cargo.toml +++ b/programs/btc_spv_program/Cargo.toml @@ -14,7 +14,7 @@ chrono = { version = "0.4.9", features = ["serde"] } log = "0.4.2" num-derive = "0.3" num-traits = "0.2" -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" solana-sdk = { path = "../../sdk", version = "0.21.0"} solana-btc-spv-api = { path = "../btc_spv_api", version = "0.21.0"} diff --git a/programs/budget_api/Cargo.toml b/programs/budget_api/Cargo.toml index 822f00c579..a16a5ee7d5 100644 --- a/programs/budget_api/Cargo.toml +++ b/programs/budget_api/Cargo.toml @@ -14,7 +14,7 @@ chrono = { version = "0.4.9", features = ["serde"] } log = "0.4.8" num-derive = "0.3" num-traits = "0.2" -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" solana-sdk = { path = "../../sdk", version = "0.21.0" } diff --git a/programs/config_api/Cargo.toml b/programs/config_api/Cargo.toml index 4b9c8ccb6f..7ac51a56b6 100644 --- a/programs/config_api/Cargo.toml +++ b/programs/config_api/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] bincode = "1.2.0" log = "0.4.8" -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" solana-sdk = { path = "../../sdk", version = "0.21.0" } diff --git a/programs/config_tests/Cargo.toml b/programs/config_tests/Cargo.toml index 53ca815ee7..ec64748e09 100644 --- a/programs/config_tests/Cargo.toml +++ b/programs/config_tests/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] bincode = "1.2.0" log = "0.4.8" -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" solana-logger = { path = "../../logger", version = "0.21.0" } solana-sdk = { path = "../../sdk", version = "0.21.0" } diff --git a/programs/exchange_api/Cargo.toml b/programs/exchange_api/Cargo.toml index 4a38605d00..3844ce813d 100644 --- a/programs/exchange_api/Cargo.toml +++ b/programs/exchange_api/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] bincode = "1.2.0" log = "0.4.8" -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" solana-logger = { path = "../../logger", version = "0.21.0" } solana-metrics = { path = "../../metrics", version = "0.21.0" } diff --git a/programs/move_loader_api/Cargo.toml b/programs/move_loader_api/Cargo.toml index 11a61a9a23..e8d9f5ac1a 100644 --- a/programs/move_loader_api/Cargo.toml +++ b/programs/move_loader_api/Cargo.toml @@ -14,7 +14,7 @@ byteorder = "1.3.2" indexmap = "1.1.0" libc = "0.2.65" log = "0.4.8" -serde = "1.0.101" +serde = "1.0.102" serde_bytes = "0.11" serde_derive = "1.0.102" serde_json = "1.0.41" diff --git a/programs/stake_api/Cargo.toml b/programs/stake_api/Cargo.toml index f75556658b..ca506917d7 100644 --- a/programs/stake_api/Cargo.toml +++ b/programs/stake_api/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.8" num-derive = "0.3" num-traits = "0.2" rand = "0.6.5" -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" solana-logger = { path = "../../logger", version = "0.21.0" } solana-metrics = { path = "../../metrics", version = "0.21.0" } diff --git a/programs/storage_api/Cargo.toml b/programs/storage_api/Cargo.toml index 836f087875..806821e1c0 100644 --- a/programs/storage_api/Cargo.toml +++ b/programs/storage_api/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4.8" rand = "0.6.5" num-derive = "0.3" num-traits = "0.2" -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" solana-logger = { path = "../../logger", version = "0.21.0" } solana-sdk = { path = "../../sdk", version = "0.21.0" } diff --git a/programs/vest_api/Cargo.toml b/programs/vest_api/Cargo.toml index 8756a5577f..30f3bb27db 100644 --- a/programs/vest_api/Cargo.toml +++ b/programs/vest_api/Cargo.toml @@ -14,7 +14,7 @@ chrono = { version = "0.4.9", features = ["serde"] } log = "0.4.8" num-derive = "0.2" num-traits = "0.2" -serde = "1.0.100" +serde = "1.0.102" serde_derive = "1.0.102" solana-sdk = { path = "../../sdk", version = "0.21.0" } solana-config-api = { path = "../config_api", version = "0.21.0" } diff --git a/programs/vote_api/Cargo.toml b/programs/vote_api/Cargo.toml index ade01373cd..94754d2285 100644 --- a/programs/vote_api/Cargo.toml +++ b/programs/vote_api/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.2.0" log = "0.4.8" num-derive = "0.3" num-traits = "0.2" -serde = "1.0.101" +serde = "1.0.102" serde_derive = "1.0.102" solana-logger = { path = "../../logger", version = "0.21.0" } solana-metrics = { path = "../../metrics", version = "0.21.0" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 6704947b89..c514816952 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -21,7 +21,7 @@ log = "0.4.8" memmap = "0.6.2" rand = "0.6.5" rayon = "1.2.0" -serde = { version = "1.0.101", features = ["rc"] } +serde = { version = "1.0.102", features = ["rc"] } serde_derive = "1.0.102" serde_json = "1.0.41" solana-logger = { path = "../logger", version = "0.21.0" } diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 9068215ecb..ce1910e7b0 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -43,7 +43,7 @@ num-traits = { version = "0.2" } rand = { version = "0.6.5", optional = true } rand_chacha = { version = "0.1.1", optional = true } rayon = { version = "1.2.0", optional = true } -serde = "1.0.101" +serde = "1.0.102" serde_bytes = "0.11" serde_derive = "1.0.102" serde_json = { version = "1.0.41", optional = true } diff --git a/vote-signer/Cargo.toml b/vote-signer/Cargo.toml index c4b040b6b6..3c7dda3ad2 100644 --- a/vote-signer/Cargo.toml +++ b/vote-signer/Cargo.toml @@ -15,7 +15,7 @@ jsonrpc-core = "14.0.3" jsonrpc-derive = "14.0.3" jsonrpc-http-server = "14.0.1" log = "0.4.8" -serde = "1.0.101" +serde = "1.0.102" serde_json = "1.0.41" solana-metrics = { path = "../metrics", version = "0.21.0" } solana-sdk = { path = "../sdk", version = "0.21.0" }