From 62429585ba8a744fc688b70d79b4101bcb1c40ce Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 14:44:29 -0600 Subject: [PATCH] Bump bincode from 1.1.4 to 1.2.0 (#6065) Bumps [bincode](https://github.com/servo/bincode) from 1.1.4 to 1.2.0. - [Release notes](https://github.com/servo/bincode/releases) - [Commits](https://github.com/servo/bincode/compare/v1.1.4...v1.2.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 64 ++++++++++++++--------------- bench-exchange/Cargo.toml | 2 +- bench-tps/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- drone/Cargo.toml | 2 +- fixed-buf/Cargo.toml | 2 +- genesis/Cargo.toml | 2 +- install/Cargo.toml | 2 +- ledger-tool/Cargo.toml | 2 +- netutil/Cargo.toml | 2 +- programs/bpf_loader_api/Cargo.toml | 2 +- programs/btc_spv_api/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/librapay_api/Cargo.toml | 2 +- programs/move_loader_api/Cargo.toml | 2 +- programs/stake_api/Cargo.toml | 2 +- programs/storage_api/Cargo.toml | 2 +- programs/storage_program/Cargo.toml | 2 +- programs/token_api/Cargo.toml | 2 +- programs/vote_api/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- sdk-c/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- 29 files changed, 60 insertions(+), 60 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 969383c15..996343d22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bincode" -version = "1.1.4" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2983,7 +2983,7 @@ dependencies = [ name = "solana-bench-exchange" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (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.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3026,7 +3026,7 @@ dependencies = [ name = "solana-bench-tps" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (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)", "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)", @@ -3055,7 +3055,7 @@ dependencies = [ name = "solana-bitcoin-spv-program" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (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)", @@ -3070,7 +3070,7 @@ dependencies = [ name = "solana-bpf-loader-api" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (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.62 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3094,7 +3094,7 @@ dependencies = [ name = "solana-btc-spv-api" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3109,7 +3109,7 @@ dependencies = [ name = "solana-budget-api" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (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)", @@ -3141,7 +3141,7 @@ dependencies = [ name = "solana-cli" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (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.9 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3179,7 +3179,7 @@ dependencies = [ name = "solana-client" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 13.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3199,7 +3199,7 @@ dependencies = [ name = "solana-config-api" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (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_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3221,7 +3221,7 @@ name = "solana-config-tests" version = "0.20.0" dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "bincode 1.1.4 (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_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3236,7 +3236,7 @@ dependencies = [ name = "solana-core" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (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)", "bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3327,7 +3327,7 @@ dependencies = [ name = "solana-drone" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (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)", @@ -3358,7 +3358,7 @@ dependencies = [ name = "solana-exchange-api" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (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_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3391,7 +3391,7 @@ dependencies = [ name = "solana-fixed-buf" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "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_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3401,7 +3401,7 @@ name = "solana-genesis" version = "0.20.0" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "bincode 1.1.4 (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_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3458,7 +3458,7 @@ name = "solana-install" version = "0.20.0" dependencies = [ "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (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.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3503,7 +3503,7 @@ name = "solana-ledger-tool" version = "0.20.0" dependencies = [ "assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", - "bincode 1.1.4 (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_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3519,7 +3519,7 @@ dependencies = [ name = "solana-librapay-api" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (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)", "solana-logger 0.20.0", "solana-move-loader-api 0.20.0", @@ -3601,7 +3601,7 @@ dependencies = [ name = "solana-move-loader-api" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (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.62 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3637,7 +3637,7 @@ dependencies = [ name = "solana-netutil" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (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)", @@ -3685,7 +3685,7 @@ dependencies = [ name = "solana-runtime" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (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)", @@ -3723,7 +3723,7 @@ name = "solana-sdk" version = "0.20.0" dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (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.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3751,7 +3751,7 @@ dependencies = [ name = "solana-sdk-c" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "cbindgen 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3765,7 +3765,7 @@ dependencies = [ name = "solana-stake-api" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (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)", "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)", @@ -3808,7 +3808,7 @@ name = "solana-storage-api" version = "0.20.0" dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "bincode 1.1.4 (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)", "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)", @@ -3824,7 +3824,7 @@ name = "solana-storage-program" version = "0.20.0" dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "bincode 1.1.4 (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)", "solana-logger 0.20.0", "solana-runtime 0.20.0", @@ -3836,7 +3836,7 @@ dependencies = [ name = "solana-token-api" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (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)", "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)", @@ -3902,7 +3902,7 @@ dependencies = [ name = "solana-vote-api" version = "0.20.0" dependencies = [ - "bincode 1.1.4 (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)", "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)", @@ -4001,7 +4001,7 @@ name = "solana_libra_crypto" version = "0.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (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.1 (registry+https://github.com/rust-lang/crates.io-index)", "derive_deref 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4167,7 +4167,7 @@ name = "solana_libra_nextgen_crypto" version = "0.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.2.0 (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.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5358,7 +5358,7 @@ dependencies = [ "checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b" "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" "checksum bech32 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "58946044516aa9dc922182e0d6e9d124a31aafe6b421614654eb27cf90cec09c" -"checksum bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9f04a5e50dc80b3d5d35320889053637d15011aed5e66b66b37ae798c65da6f7" +"checksum bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ab639324e3ee8774d296864fbc0dbbb256cf1a41c490b94cba90c082915f92" "checksum bindgen 0.47.3 (registry+https://github.com/rust-lang/crates.io-index)" = "df683a55b54b41d5ea8ebfaebb5aa7e6b84e3f3006a78f010dadc9ca88469260" "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 fdc11f1e0..d95c93065 100644 --- a/bench-exchange/Cargo.toml +++ b/bench-exchange/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" publish = false [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" bs58 = "0.3.0" clap = "2.32.0" env_logger = "0.7.0" diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index 9398ccbb0..55d52db91 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.1.4" +bincode = "1.2.0" clap = "2.33.0" log = "0.4.8" rayon = "1.2.0" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c83ec807f..71a3beee4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" homepage = "https://solana.com/" [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" bs58 = "0.3.0" chrono = { version = "0.4.9", features = ["serde"] } clap = "2.33.0" diff --git a/client/Cargo.toml b/client/Cargo.toml index 2b83b8f21..744312aaa 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" edition = "2018" [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" bs58 = "0.3.0" jsonrpc-core = "13.2.0" log = "0.4.8" diff --git a/core/Cargo.toml b/core/Cargo.toml index 64bdea1c9..8ca11f7a2 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -18,7 +18,7 @@ cuda = [] pin_gpu_memory = [] [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" bs58 = "0.3.0" byteorder = "1.3.2" bzip2 = "0.3.3" diff --git a/drone/Cargo.toml b/drone/Cargo.toml index b994c63df..589a85eba 100644 --- a/drone/Cargo.toml +++ b/drone/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" byteorder = "1.3.2" bytes = "0.4" clap = "2.33" diff --git a/fixed-buf/Cargo.toml b/fixed-buf/Cargo.toml index 47cdaf272..d19be54ba 100644 --- a/fixed-buf/Cargo.toml +++ b/fixed-buf/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" serde = "1.0.101" [lib] diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index 78ffb5b59..308bd0b70 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" [dependencies] base64 = "0.10.1" -bincode = "1.1.4" +bincode = "1.2.0" clap = "2.33.0" serde = "1.0.101" serde_derive = "1.0.101" diff --git a/install/Cargo.toml b/install/Cargo.toml index 0d3601c00..a573c392d 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" [dependencies] atty = "0.2.11" -bincode = "1.1.4" +bincode = "1.2.0" bs58 = "0.3.0" bzip2 = "0.3.3" chrono = { version = "0.4.9", features = ["serde"] } diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index d3c94d412..94ec2869c 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.1.4" +bincode = "1.2.0" clap = "2.33.0" serde = "1.0.101" serde_derive = "1.0.101" diff --git a/netutil/Cargo.toml b/netutil/Cargo.toml index fbe2d1478..b1ba1d67f 100644 --- a/netutil/Cargo.toml +++ b/netutil/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" bytes = "0.4" clap = "2.33.0" log = "0.4.8" diff --git a/programs/bpf_loader_api/Cargo.toml b/programs/bpf_loader_api/Cargo.toml index 9e663f3bf..6767b6650 100644 --- a/programs/bpf_loader_api/Cargo.toml +++ b/programs/bpf_loader_api/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" byteorder = "1.3.2" libc = "0.2.62" log = "0.4.8" diff --git a/programs/btc_spv_api/Cargo.toml b/programs/btc_spv_api/Cargo.toml index 192e2e72e..e8ec3cade 100644 --- a/programs/btc_spv_api/Cargo.toml +++ b/programs/btc_spv_api/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" chrono = { version = "0.4.9", features = ["serde"] } log = "0.4.2" num-derive = "0.2" diff --git a/programs/btc_spv_program/Cargo.toml b/programs/btc_spv_program/Cargo.toml index da1fdf64d..5464838de 100644 --- a/programs/btc_spv_program/Cargo.toml +++ b/programs/btc_spv_program/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" chrono = { version = "0.4.9", features = ["serde"] } log = "0.4.2" num-derive = "0.2" diff --git a/programs/budget_api/Cargo.toml b/programs/budget_api/Cargo.toml index 8b71c29f1..fdf024594 100644 --- a/programs/budget_api/Cargo.toml +++ b/programs/budget_api/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" chrono = { version = "0.4.9", features = ["serde"] } log = "0.4.8" num-derive = "0.2" diff --git a/programs/config_api/Cargo.toml b/programs/config_api/Cargo.toml index 48aab84d3..af8a40947 100644 --- a/programs/config_api/Cargo.toml +++ b/programs/config_api/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" log = "0.4.8" serde = "1.0.101" serde_derive = "1.0.101" diff --git a/programs/config_tests/Cargo.toml b/programs/config_tests/Cargo.toml index b6e061e77..e70f4ecd4 100644 --- a/programs/config_tests/Cargo.toml +++ b/programs/config_tests/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" log = "0.4.8" serde = "1.0.101" serde_derive = "1.0.101" diff --git a/programs/exchange_api/Cargo.toml b/programs/exchange_api/Cargo.toml index eb4b9094e..4ffa04b16 100644 --- a/programs/exchange_api/Cargo.toml +++ b/programs/exchange_api/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" log = "0.4.8" serde = "1.0.101" serde_derive = "1.0.101" diff --git a/programs/librapay_api/Cargo.toml b/programs/librapay_api/Cargo.toml index 14c02421f..057f88331 100644 --- a/programs/librapay_api/Cargo.toml +++ b/programs/librapay_api/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" log = "0.4.8" solana-logger = { path = "../../logger", version = "0.20.0" } solana-sdk = { path = "../../sdk", version = "0.20.0" } diff --git a/programs/move_loader_api/Cargo.toml b/programs/move_loader_api/Cargo.toml index d6fad84a2..1189e6605 100644 --- a/programs/move_loader_api/Cargo.toml +++ b/programs/move_loader_api/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" byteorder = "1.3.2" indexmap = "1.1.0" libc = "0.2.62" diff --git a/programs/stake_api/Cargo.toml b/programs/stake_api/Cargo.toml index 43b936382..c81983a8c 100644 --- a/programs/stake_api/Cargo.toml +++ b/programs/stake_api/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" log = "0.4.8" num-derive = "0.2" num-traits = "0.2" diff --git a/programs/storage_api/Cargo.toml b/programs/storage_api/Cargo.toml index 48cb0683e..23dfa09fe 100644 --- a/programs/storage_api/Cargo.toml +++ b/programs/storage_api/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies] assert_matches = "1.3.0" -bincode = "1.1.4" +bincode = "1.2.0" log = "0.4.8" rand = "0.6.5" num-derive = "0.2" diff --git a/programs/storage_program/Cargo.toml b/programs/storage_program/Cargo.toml index f40ca9964..1eb5f76fd 100644 --- a/programs/storage_program/Cargo.toml +++ b/programs/storage_program/Cargo.toml @@ -17,7 +17,7 @@ solana-storage-api = { path = "../storage_api", version = "0.20.0" } [dev-dependencies] solana-runtime = { path = "../../runtime", version = "0.20.0" } assert_matches = "1.3.0" -bincode = "1.1.4" +bincode = "1.2.0" [lib] crate-type = ["lib", "cdylib"] diff --git a/programs/token_api/Cargo.toml b/programs/token_api/Cargo.toml index 3180263ce..099466c80 100644 --- a/programs/token_api/Cargo.toml +++ b/programs/token_api/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" log = "0.4.8" num-derive = "0.2" num-traits = "0.2" diff --git a/programs/vote_api/Cargo.toml b/programs/vote_api/Cargo.toml index 217383adb..968d6053e 100644 --- a/programs/vote_api/Cargo.toml +++ b/programs/vote_api/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" log = "0.4.8" num-derive = "0.2" num-traits = "0.2" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index a41616831..737bd1823 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.1.4" +bincode = "1.2.0" 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 7631fbe7c..89c990b6e 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.1.4" +bincode = "1.2.0" bs58 = "0.3.0" libc = "0.2.62" rand_chacha = "0.1.1" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 834a4a0ed..d04d1b96e 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -29,7 +29,7 @@ default = [ [dependencies] assert_matches = { version = "1.3.0", optional = true } -bincode = "1.1.4" +bincode = "1.2.0" bs58 = "0.3.0" byteorder = { version = "1.3.2", optional = true } chrono = { version = "0.4.9", features = ["serde"], optional = true }