From 1d327a5167986027fe68a89293f60bff8ffdd4d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 15 May 2019 09:47:55 -0600 Subject: [PATCH] Bump bincode from 1.1.3 to 1.1.4 (#4290) Bumps [bincode](https://github.com/TyOverby/bincode) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/TyOverby/bincode/releases) - [Commits](https://github.com/TyOverby/bincode/compare/v1.1.3...v1.1.4) Signed-off-by: dependabot[bot] --- Cargo.lock | 42 ++++++++++++++++---------------- bench-exchange/Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- drone/Cargo.toml | 2 +- install/Cargo.toml | 2 +- kvstore/Cargo.toml | 2 +- netutil/Cargo.toml | 2 +- programs/bpf/Cargo.toml | 2 +- programs/bpf_loader/Cargo.toml | 2 +- programs/budget_api/Cargo.toml | 2 +- programs/config_api/Cargo.toml | 2 +- programs/exchange_api/Cargo.toml | 2 +- programs/stake_api/Cargo.toml | 2 +- programs/storage_api/Cargo.toml | 2 +- programs/token_api/Cargo.toml | 2 +- programs/vote_api/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- wallet/Cargo.toml | 2 +- 20 files changed, 40 insertions(+), 40 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38da2f548e..16d032363a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ dependencies = [ [[package]] name = "bincode" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2163,7 +2163,7 @@ dependencies = [ name = "solana" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2221,7 +2221,7 @@ dependencies = [ name = "solana-bench-exchange" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.2.2 (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.6.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2280,7 +2280,7 @@ dependencies = [ name = "solana-bpf-programs" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "elf 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "solana-bpfloader 0.15.0", @@ -2295,7 +2295,7 @@ dependencies = [ name = "solana-bpfloader" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2309,7 +2309,7 @@ dependencies = [ name = "solana-budget-api" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2334,7 +2334,7 @@ dependencies = [ name = "solana-client" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 10.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 10.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2352,7 +2352,7 @@ dependencies = [ name = "solana-config-api" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2375,7 +2375,7 @@ dependencies = [ name = "solana-drone" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.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)", @@ -2405,7 +2405,7 @@ dependencies = [ name = "solana-exchange-api" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2493,7 +2493,7 @@ dependencies = [ name = "solana-install" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.2.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.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2530,7 +2530,7 @@ dependencies = [ name = "solana-kvstore" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2578,7 +2578,7 @@ dependencies = [ name = "solana-netutil" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "nix 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2613,7 +2613,7 @@ dependencies = [ name = "solana-runtime" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (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.1 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2640,7 +2640,7 @@ dependencies = [ name = "solana-sdk" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2664,7 +2664,7 @@ dependencies = [ name = "solana-stake-api" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2688,7 +2688,7 @@ dependencies = [ name = "solana-storage-api" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2711,7 +2711,7 @@ dependencies = [ name = "solana-token-api" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2743,7 +2743,7 @@ dependencies = [ name = "solana-vote-api" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2782,7 +2782,7 @@ dependencies = [ name = "solana-wallet" version = "0.15.0" dependencies = [ - "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3425,7 +3425,7 @@ dependencies = [ "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" -"checksum bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "959c8e54c1ad412ffeeb95f05a9cade02d2d40a7b3c2f852d3353148f4beff35" +"checksum bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9f04a5e50dc80b3d5d35320889053637d15011aed5e66b66b37ae798c65da6f7" "checksum bindgen 0.47.3 (registry+https://github.com/rust-lang/crates.io-index)" = "df683a55b54b41d5ea8ebfaebb5aa7e6b84e3f3006a78f010dadc9ca88469260" "checksum bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "02b4ff8b16e6076c3e14220b39fbc1fabb6737522281a388998046859400895f" "checksum bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4440d5cb623bb7390ae27fec0bb6c61111969860f8e3ae198bfa0663645e67cf" diff --git a/bench-exchange/Cargo.toml b/bench-exchange/Cargo.toml index 9d47752c04..63809b0093 100644 --- a/bench-exchange/Cargo.toml +++ b/bench-exchange/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" [dependencies] bs58 = "0.2.0" clap = "2.32.0" -bincode = "1.1.2" +bincode = "1.1.4" env_logger = "0.6.0" itertools = "0.8.0" log = "0.4.6" diff --git a/client/Cargo.toml b/client/Cargo.toml index 2b5eca46e9..73d5380e0b 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" edition = "2018" [dependencies] -bincode = "1.1.2" +bincode = "1.1.4" bs58 = "0.2.0" log = "0.4.2" jsonrpc-core = "10.1.0" diff --git a/core/Cargo.toml b/core/Cargo.toml index 63f27bc3ef..cecee1c890 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -20,7 +20,7 @@ erasure = [] kvstore = ["solana-kvstore"] [dependencies] -bincode = "1.1.2" +bincode = "1.1.4" bs58 = "0.2.0" byteorder = "1.3.1" chrono = { version = "0.4.0", features = ["serde"] } diff --git a/drone/Cargo.toml b/drone/Cargo.toml index b15443e6c5..bae24eac6d 100644 --- a/drone/Cargo.toml +++ b/drone/Cargo.toml @@ -13,7 +13,7 @@ cuda = [] erasure = [] [dependencies] -bincode = "1.1.3" +bincode = "1.1.4" bytes = "0.4" byteorder = "1.3.1" clap = "2.33" diff --git a/install/Cargo.toml b/install/Cargo.toml index f2faa75d1c..9e05a6f9d3 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -13,7 +13,7 @@ cuda = [] erasure = [] [dependencies] -bincode = "1.1.3" +bincode = "1.1.4" bs58 = "0.2.0" bzip2 = "0.3.3" console = "0.7.5" diff --git a/kvstore/Cargo.toml b/kvstore/Cargo.toml index cacb18c114..588a29b407 100644 --- a/kvstore/Cargo.toml +++ b/kvstore/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" edition = "2018" [dependencies] -bincode = "1.1.3" +bincode = "1.1.4" byteorder = "1.3.1" chrono = "0.4.0" crc = "1.8.1" diff --git a/netutil/Cargo.toml b/netutil/Cargo.toml index be981bcb9d..ebba8f9b3d 100644 --- a/netutil/Cargo.toml +++ b/netutil/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.1.3" +bincode = "1.1.4" clap = "2.33.0" log = "0.4.2" nix = "0.12.0" diff --git a/programs/bpf/Cargo.toml b/programs/bpf/Cargo.toml index 4a63775021..42961c97f0 100644 --- a/programs/bpf/Cargo.toml +++ b/programs/bpf/Cargo.toml @@ -18,7 +18,7 @@ bpf_rust = [] walkdir = "2" [dependencies] -bincode = "1.1.3" +bincode = "1.1.4" byteorder = "1.3.1" elf = "0.0.10" solana_rbpf = "=0.1.10" diff --git a/programs/bpf_loader/Cargo.toml b/programs/bpf_loader/Cargo.toml index 08a7b9c0b2..b6e4ee60d8 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.1.3" +bincode = "1.1.4" byteorder = "1.3.1" libc = "0.2.54" log = "0.4.2" diff --git a/programs/budget_api/Cargo.toml b/programs/budget_api/Cargo.toml index b07bba8a8d..2be0e9cbc0 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.3" +bincode = "1.1.4" chrono = { version = "0.4.0", features = ["serde"] } log = "0.4.2" num-derive = "0.2" diff --git a/programs/config_api/Cargo.toml b/programs/config_api/Cargo.toml index 2882a3a03a..ef4e4dd1b6 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.3" +bincode = "1.1.4" log = "0.4.2" serde = "1.0.91" serde_derive = "1.0.91" diff --git a/programs/exchange_api/Cargo.toml b/programs/exchange_api/Cargo.toml index 9ec39f283f..143a7aba8b 100644 --- a/programs/exchange_api/Cargo.toml +++ b/programs/exchange_api/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies] log = "0.4.2" -bincode = "1.1.3" +bincode = "1.1.4" serde = "1.0.91" serde_derive = "1.0.91" solana-logger = { path = "../../logger", version = "0.15.0" } diff --git a/programs/stake_api/Cargo.toml b/programs/stake_api/Cargo.toml index af47bdda96..fec9cb3de6 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.3" +bincode = "1.1.4" log = "0.4.2" serde = "1.0.91" serde_derive = "1.0.91" diff --git a/programs/storage_api/Cargo.toml b/programs/storage_api/Cargo.toml index 3604ca55f2..3ee05a09e9 100644 --- a/programs/storage_api/Cargo.toml +++ b/programs/storage_api/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.1.3" +bincode = "1.1.4" log = "0.4.2" serde = "1.0.91" serde_derive = "1.0.91" diff --git a/programs/token_api/Cargo.toml b/programs/token_api/Cargo.toml index f03fd7f14c..9901dff491 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.3" +bincode = "1.1.4" log = "0.4.2" num-derive = "0.2" num-traits = "0.2" diff --git a/programs/vote_api/Cargo.toml b/programs/vote_api/Cargo.toml index c7faaa339f..fca3992b52 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.3" +bincode = "1.1.4" log = "0.4.2" serde = "1.0.91" serde_derive = "1.0.91" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 40908e6ad2..b070c456eb 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -bincode = "1.1.2" +bincode = "1.1.4" bv = { version = "0.11.0", features = ["serde"] } byteorder = "1.3.1" fnv = "1.0.6" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 270132326f..b024c96f1a 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" edition = "2018" [dependencies] -bincode = "1.1.3" +bincode = "1.1.4" bs58 = "0.2.0" hex = "0.3.2" byteorder = "1.2.1" diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index eb593d4cdd..1e892ab277 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" homepage = "https://solana.com/" [dependencies] -bincode = "1.1.3" +bincode = "1.1.4" bs58 = "0.2.0" clap = "2.33.0" chrono = { version = "0.4.0", features = ["serde"] }