From 6f457292ff612f26b11dc5c28b2049266de35b06 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2019 07:23:48 +0000 Subject: [PATCH] Bump bincode from 1.2.0 to 1.2.1 Bumps [bincode](https://github.com/servo/bincode) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/servo/bincode/releases) - [Commits](https://github.com/servo/bincode/compare/v1.2.0...v1.2.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 61 +++++++++++++++++----------------- 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 +- install/Cargo.toml | 2 +- ledger-tool/Cargo.toml | 2 +- ledger/Cargo.toml | 2 +- net-utils/Cargo.toml | 2 +- perf/Cargo.toml | 2 +- programs/bpf_loader/Cargo.toml | 2 +- programs/btc_spv/Cargo.toml | 2 +- programs/budget/Cargo.toml | 2 +- programs/config/Cargo.toml | 2 +- programs/exchange/Cargo.toml | 2 +- programs/ownable/Cargo.toml | 2 +- programs/stake/Cargo.toml | 2 +- programs/storage/Cargo.toml | 2 +- programs/vest/Cargo.toml | 2 +- programs/vote/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- sdk-c/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- 26 files changed, 55 insertions(+), 56 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be2b76d628..e53b611a6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,10 +154,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bincode" -version = "1.2.0" +version = "1.2.1" 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.103 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3111,7 +3110,7 @@ dependencies = [ name = "solana-bench-exchange" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3156,7 +3155,7 @@ dependencies = [ name = "solana-bench-tps" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.1 (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)", "rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3186,7 +3185,7 @@ dependencies = [ name = "solana-bpf-loader-program" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3200,7 +3199,7 @@ dependencies = [ name = "solana-btc-spv-program" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3215,7 +3214,7 @@ dependencies = [ name = "solana-budget-program" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3250,7 +3249,7 @@ dependencies = [ name = "solana-cli" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3292,7 +3291,7 @@ name = "solana-client" version = "0.22.0" 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)", + "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)", "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3312,7 +3311,7 @@ dependencies = [ name = "solana-config-program" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3325,7 +3324,7 @@ dependencies = [ name = "solana-core" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3418,7 +3417,7 @@ dependencies = [ name = "solana-drone" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -3437,7 +3436,7 @@ dependencies = [ name = "solana-exchange-program" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.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.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3460,7 +3459,7 @@ dependencies = [ name = "solana-fixed-buf" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3521,7 +3520,7 @@ name = "solana-install" version = "0.22.0" dependencies = [ "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", "bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3567,7 +3566,7 @@ dependencies = [ name = "solana-ledger" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3614,7 +3613,7 @@ name = "solana-ledger-tool" version = "0.22.0" dependencies = [ "assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.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.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3632,7 +3631,7 @@ dependencies = [ name = "solana-librapay" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "solana-logger 0.22.0", "solana-move-loader-program 0.22.0", @@ -3729,7 +3728,7 @@ dependencies = [ name = "solana-move-loader-program" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "indexmap 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3773,7 +3772,7 @@ dependencies = [ name = "solana-net-utils" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", @@ -3801,7 +3800,7 @@ dependencies = [ name = "solana-ownable" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.1 (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.10 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3815,7 +3814,7 @@ dependencies = [ name = "solana-perf" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "dlopen 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "dlopen_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3855,7 +3854,7 @@ name = "solana-runtime" version = "0.22.0" 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)", + "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "bv 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3898,7 +3897,7 @@ name = "solana-sdk" version = "0.22.0" 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)", + "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)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "ed25519-dalek 1.0.0-pre.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3929,7 +3928,7 @@ dependencies = [ name = "solana-sdk-c" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", "cbindgen 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "ed25519-dalek 1.0.0-pre.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3954,7 +3953,7 @@ dependencies = [ name = "solana-stake-program" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3974,7 +3973,7 @@ name = "solana-storage-program" version = "0.22.0" 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)", + "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4044,7 +4043,7 @@ dependencies = [ name = "solana-vest-program" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4061,7 +4060,7 @@ dependencies = [ name = "solana-vote-program" version = "0.22.0" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4152,7 +4151,7 @@ name = "solana_libra_crypto" version = "0.0.1-sol4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5477,7 +5476,7 @@ dependencies = [ "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" "checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" "checksum bech32 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "58946044516aa9dc922182e0d6e9d124a31aafe6b421614654eb27cf90cec09c" -"checksum bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ab639324e3ee8774d296864fbc0dbbb256cf1a41c490b94cba90c082915f92" +"checksum bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf" "checksum bindgen 0.49.2 (registry+https://github.com/rust-lang/crates.io-index)" = "846a1fba6535362a01487ef6b10f0275faa12e5c5d835c5c1c627aabc46ccbd6" "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" "checksum bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "02b4ff8b16e6076c3e14220b39fbc1fabb6737522281a388998046859400895f" diff --git a/bench-exchange/Cargo.toml b/bench-exchange/Cargo.toml index 0c397a1ef0..4cefd5a122 100644 --- a/bench-exchange/Cargo.toml +++ b/bench-exchange/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" publish = false [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" bs58 = "0.3.0" clap = "2.32.0" env_logger = "0.7.1" diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index a217991b09..e66f04e03d 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" homepage = "https://solana.com/" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" clap = "2.33.0" log = "0.4.8" rayon = "1.2.0" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f6eb9f3df1..b7be016e8c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" homepage = "https://solana.com/" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" bs58 = "0.3.0" chrono = { version = "0.4.10", features = ["serde"] } clap = "2.33.0" diff --git a/client/Cargo.toml b/client/Cargo.toml index 58e7d9ef2d..1844df3f4d 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" edition = "2018" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" bs58 = "0.3.0" jsonrpc-core = "14.0.5" log = "0.4.8" diff --git a/core/Cargo.toml b/core/Cargo.toml index b6c0bbf152..06ff14a904 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" codecov = { repository = "solana-labs/solana", branch = "master", service = "github" } [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" bs58 = "0.3.0" byteorder = "1.3.2" chrono = { version = "0.4.10", features = ["serde"] } diff --git a/drone/Cargo.toml b/drone/Cargo.toml index 9dac6103ed..89b30a0c57 100644 --- a/drone/Cargo.toml +++ b/drone/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" byteorder = "1.3.2" bytes = "0.4" clap = "2.33" diff --git a/fixed-buf/Cargo.toml b/fixed-buf/Cargo.toml index 27f3ee743c..c215bc2ab4 100644 --- a/fixed-buf/Cargo.toml +++ b/fixed-buf/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" serde = "1.0.103" [lib] diff --git a/install/Cargo.toml b/install/Cargo.toml index f1cea8f4b9..7b7f19fdc4 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" [dependencies] atty = "0.2.11" -bincode = "1.2.0" +bincode = "1.2.1" bs58 = "0.3.0" bzip2 = "0.3.3" chrono = { version = "0.4.10", features = ["serde"] } diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index b64ddfe09b..36b869d131 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" homepage = "https://solana.com/" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" clap = "2.33.0" serde = "1.0.103" serde_derive = "1.0.103" diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index af7c14207e..aeae227e9d 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" byteorder = "1.3.2" bzip2 = "0.3.3" chrono = { version = "0.4.10", features = ["serde"] } diff --git a/net-utils/Cargo.toml b/net-utils/Cargo.toml index 259563a705..674a95d25a 100644 --- a/net-utils/Cargo.toml +++ b/net-utils/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" bytes = "0.4" clap = "2.33.0" log = "0.4.8" diff --git a/perf/Cargo.toml b/perf/Cargo.toml index fdf4f9c19f..d8f7fd03b2 100644 --- a/perf/Cargo.toml +++ b/perf/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] rand = "0.6.5" dlopen = "0.1.8" -bincode = "1.2.0" +bincode = "1.2.1" rayon = "1.2.0" serde = "1.0.103" serde_derive = "1.0.103" diff --git a/programs/bpf_loader/Cargo.toml b/programs/bpf_loader/Cargo.toml index 1b86f95a81..4590d478f1 100644 --- a/programs/bpf_loader/Cargo.toml +++ b/programs/bpf_loader/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" byteorder = "1.3.2" libc = "0.2.66" log = "0.4.8" diff --git a/programs/btc_spv/Cargo.toml b/programs/btc_spv/Cargo.toml index 581745f4ed..c8d61c92c9 100644 --- a/programs/btc_spv/Cargo.toml +++ b/programs/btc_spv/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" chrono = { version = "0.4.10", features = ["serde"] } log = "0.4.2" num-derive = "0.3" diff --git a/programs/budget/Cargo.toml b/programs/budget/Cargo.toml index 6d0ba80cac..789c065ab3 100644 --- a/programs/budget/Cargo.toml +++ b/programs/budget/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" chrono = { version = "0.4.10", features = ["serde"] } log = "0.4.8" num-derive = "0.3" diff --git a/programs/config/Cargo.toml b/programs/config/Cargo.toml index b88a9773e1..34676883fb 100644 --- a/programs/config/Cargo.toml +++ b/programs/config/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" chrono = { version = "0.4.10", features = ["serde"] } log = "0.4.8" serde = "1.0.103" diff --git a/programs/exchange/Cargo.toml b/programs/exchange/Cargo.toml index d2213754ef..20aedd7f24 100644 --- a/programs/exchange/Cargo.toml +++ b/programs/exchange/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" log = "0.4.8" serde = "1.0.103" serde_derive = "1.0.103" diff --git a/programs/ownable/Cargo.toml b/programs/ownable/Cargo.toml index c9e10bb7e8..5b6027b693 100644 --- a/programs/ownable/Cargo.toml +++ b/programs/ownable/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" serde = "1.0.103" serde_derive = "1.0.103" solana-sdk = { path = "../../sdk", version = "0.22.0" } diff --git a/programs/stake/Cargo.toml b/programs/stake/Cargo.toml index dc42ab289c..b1ba949288 100644 --- a/programs/stake/Cargo.toml +++ b/programs/stake/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" log = "0.4.8" num-derive = "0.3" num-traits = "0.2" diff --git a/programs/storage/Cargo.toml b/programs/storage/Cargo.toml index 19fe94fc1a..b2b8d1087e 100644 --- a/programs/storage/Cargo.toml +++ b/programs/storage/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" log = "0.4.8" rand = "0.6.5" num-derive = "0.3" diff --git a/programs/vest/Cargo.toml b/programs/vest/Cargo.toml index 2a3dd669ec..5f27d3ce3b 100644 --- a/programs/vest/Cargo.toml +++ b/programs/vest/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" chrono = { version = "0.4.10", features = ["serde"] } log = "0.4.8" num-derive = "0.2" diff --git a/programs/vote/Cargo.toml b/programs/vote/Cargo.toml index de0e4d032d..490588a0da 100644 --- a/programs/vote/Cargo.toml +++ b/programs/vote/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" log = "0.4.8" num-derive = "0.3" num-traits = "0.2" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 13b312aa4e..814fbc28d4 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" bv = { version = "0.11.0", features = ["serde"] } byteorder = "1.3.2" fnv = "1.0.6" diff --git a/sdk-c/Cargo.toml b/sdk-c/Cargo.toml index 1a561a42fd..536c92fe51 100644 --- a/sdk-c/Cargo.toml +++ b/sdk-c/Cargo.toml @@ -13,7 +13,7 @@ name = "solana_sdk_c" crate-type = ["staticlib"] [dependencies] -bincode = "1.2.0" +bincode = "1.2.1" bs58 = "0.3.0" libc = "0.2.66" rand_chacha = "0.1.1" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 51a0f5d782..954eb93625 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -26,7 +26,7 @@ default = [ [dependencies] assert_matches = { version = "1.3.0", optional = true } -bincode = "1.2.0" +bincode = "1.2.1" bs58 = "0.3.0" byteorder = { version = "1.3.2", optional = true } generic-array = { version = "0.13.2", default-features = false, features = ["serde", "more_lengths"] }