From d458fac2ff4d4979fcbad735f3ef913d63d3a12b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 16:06:31 +0000 Subject: [PATCH] chore: bump bincode from 1.3.1 to 1.3.3 (#18087) * chore: bump bincode from 1.3.1 to 1.3.3 Bumps [bincode](https://github.com/servo/bincode) from 1.3.1 to 1.3.3. - [Release notes](https://github.com/servo/bincode/releases) - [Commits](https://github.com/servo/bincode/compare/v1.3.1...v1.3.3) --- updated-dependencies: - dependency-name: bincode dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 5 ++--- account-decoder/Cargo.toml | 2 +- banks-client/Cargo.toml | 2 +- banks-server/Cargo.toml | 2 +- bench-tps/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- dos/Cargo.toml | 2 +- faucet/Cargo.toml | 2 +- gossip/Cargo.toml | 2 +- install/Cargo.toml | 2 +- ledger/Cargo.toml | 2 +- net-utils/Cargo.toml | 2 +- perf/Cargo.toml | 2 +- poh/Cargo.toml | 2 +- program-test/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 5 ++--- programs/bpf_loader/Cargo.toml | 2 +- programs/config/Cargo.toml | 2 +- programs/exchange/Cargo.toml | 2 +- programs/ownable/Cargo.toml | 2 +- programs/secp256k1/Cargo.toml | 2 +- programs/stake/Cargo.toml | 2 +- programs/vote/Cargo.toml | 2 +- rpc/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- storage-bigtable/Cargo.toml | 2 +- storage-proto/Cargo.toml | 2 +- tokens/Cargo.toml | 2 +- transaction-status/Cargo.toml | 2 +- validator/Cargo.toml | 2 +- 33 files changed, 35 insertions(+), 37 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43e71f5be7..ad6e7ebc04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -251,11 +251,10 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "bincode" -version = "1.3.1" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d" +checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" dependencies = [ - "byteorder", "serde", ] diff --git a/account-decoder/Cargo.toml b/account-decoder/Cargo.toml index c572375f27..7611298c66 100644 --- a/account-decoder/Cargo.toml +++ b/account-decoder/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] base64 = "0.12.3" -bincode = "1.3.1" +bincode = "1.3.3" bs58 = "0.4.0" bv = "0.11.1" Inflector = "0.11.4" diff --git a/banks-client/Cargo.toml b/banks-client/Cargo.toml index 05e48b40db..42f56114e8 100644 --- a/banks-client/Cargo.toml +++ b/banks-client/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-banks-client" edition = "2018" [dependencies] -bincode = "1.3.1" +bincode = "1.3.3" borsh = "0.9.0" borsh-derive = "0.9.0" futures = "0.3" diff --git a/banks-server/Cargo.toml b/banks-server/Cargo.toml index d0bf9ef71d..24b0265c81 100644 --- a/banks-server/Cargo.toml +++ b/banks-server/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-banks-server" edition = "2018" [dependencies] -bincode = "1.3.1" +bincode = "1.3.3" futures = "0.3" log = "0.4.11" mio = "0.7.11" diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index 6917d62917..0b46f96554 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" publish = false [dependencies] -bincode = "1.3.1" +bincode = "1.3.3" clap = "2.33.1" log = "0.4.11" rayon = "1.5.1" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 87e210b5db..e5d94ad4f3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" documentation = "https://docs.rs/solana-cli" [dependencies] -bincode = "1.3.1" +bincode = "1.3.3" bs58 = "0.4.0" chrono = { version = "0.4.11", features = ["serde"] } clap = "2.33.1" diff --git a/client/Cargo.toml b/client/Cargo.toml index 1ea43fb837..29ac244dc1 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] base64 = "0.13.0" -bincode = "1.3.1" +bincode = "1.3.3" bs58 = "0.4.0" clap = "2.33.0" indicatif = "0.16.2" diff --git a/core/Cargo.toml b/core/Cargo.toml index ab5e7d8c97..0cf4eb9ca0 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -16,7 +16,7 @@ codecov = { repository = "solana-labs/solana", branch = "master", service = "git [dependencies] ahash = "0.7.4" base64 = "0.12.3" -bincode = "1.3.1" +bincode = "1.3.3" blake3 = "0.3.7" bv = { version = "0.11.1", features = ["serde"] } bs58 = "0.4.0" diff --git a/dos/Cargo.toml b/dos/Cargo.toml index 33b788ad5e..c980f1bffd 100644 --- a/dos/Cargo.toml +++ b/dos/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" publish = false [dependencies] -bincode = "1.3.1" +bincode = "1.3.3" clap = "2.33.1" log = "0.4.11" rand = "0.7.0" diff --git a/faucet/Cargo.toml b/faucet/Cargo.toml index 5602600043..fd73b0fddc 100644 --- a/faucet/Cargo.toml +++ b/faucet/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-faucet" edition = "2018" [dependencies] -bincode = "1.3.1" +bincode = "1.3.3" byteorder = "1.3.4" clap = "2.33" log = "0.4.11" diff --git a/gossip/Cargo.toml b/gossip/Cargo.toml index 3318e148c1..1a7e9f0f7c 100644 --- a/gossip/Cargo.toml +++ b/gossip/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" documentation = "https://docs.rs/solana-gossip" [dependencies] -bincode = "1.3.1" +bincode = "1.3.3" bv = { version = "0.11.1", features = ["serde"] } clap = "2.33.1" flate2 = "1.0" diff --git a/install/Cargo.toml b/install/Cargo.toml index d6b6a07c26..75b5c36221 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -11,7 +11,7 @@ documentation = "https://docs.rs/solana-install" [dependencies] atty = "0.2.11" -bincode = "1.3.1" +bincode = "1.3.3" bzip2 = "0.3.3" chrono = { version = "0.4.11", features = ["serde"] } clap = { version = "2.33.1" } diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 88476120ae..71c4dc00e6 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-ledger" edition = "2018" [dependencies] -bincode = "1.3.1" +bincode = "1.3.3" byteorder = "1.3.4" chrono = { version = "0.4.11", features = ["serde"] } chrono-humanize = "0.2.1" diff --git a/net-utils/Cargo.toml b/net-utils/Cargo.toml index c04dd1b2d8..de83bc4963 100644 --- a/net-utils/Cargo.toml +++ b/net-utils/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-net-utils" edition = "2018" [dependencies] -bincode = "1.3.1" +bincode = "1.3.3" clap = "2.33.1" log = "0.4.11" nix = "0.20.0" diff --git a/perf/Cargo.toml b/perf/Cargo.toml index fd3394b633..ebc335660c 100644 --- a/perf/Cargo.toml +++ b/perf/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-perf" edition = "2018" [dependencies] -bincode = "1.3.1" +bincode = "1.3.3" curve25519-dalek = { version = "2" } dlopen = "0.1.8" dlopen_derive = "0.1.4" diff --git a/poh/Cargo.toml b/poh/Cargo.toml index 4d0e1c8eee..fa9c618bab 100644 --- a/poh/Cargo.toml +++ b/poh/Cargo.toml @@ -22,7 +22,7 @@ solana-sys-tuner = { path = "../sys-tuner", version = "=1.8.0" } thiserror = "1.0" [dev-dependencies] -bincode = "1.3.1" +bincode = "1.3.3" matches = "0.1.6" rand = "0.7.0" solana-logger = { path = "../logger", version = "=1.8.0" } diff --git a/program-test/Cargo.toml b/program-test/Cargo.toml index b97c270d19..c2b4be3be5 100644 --- a/program-test/Cargo.toml +++ b/program-test/Cargo.toml @@ -10,7 +10,7 @@ version = "1.8.0" [dependencies] async-trait = "0.1.50" base64 = "0.12.3" -bincode = "1.3.1" +bincode = "1.3.3" chrono = "0.4.19" chrono-humanize = "0.2.1" log = "0.4.11" diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 7a3b698ad4..0393715a4b 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -149,11 +149,10 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "bincode" -version = "1.3.1" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d" +checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" dependencies = [ - "byteorder 1.3.4", "serde", ] diff --git a/programs/bpf_loader/Cargo.toml b/programs/bpf_loader/Cargo.toml index c22063dd88..6e53600261 100644 --- a/programs/bpf_loader/Cargo.toml +++ b/programs/bpf_loader/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" regex = "1.5.4" [dependencies] -bincode = "1.3.1" +bincode = "1.3.3" byteorder = "1.3.4" log = "0.4.11" num-derive = "0.3" diff --git a/programs/config/Cargo.toml b/programs/config/Cargo.toml index ec01a11073..4e554e30d6 100644 --- a/programs/config/Cargo.toml +++ b/programs/config/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-config-program" edition = "2018" [dependencies] -bincode = "1.3.1" +bincode = "1.3.3" chrono = { version = "0.4.11", features = ["serde"] } log = "0.4.11" rand_core = "0.6.2" diff --git a/programs/exchange/Cargo.toml b/programs/exchange/Cargo.toml index 1183f9df9d..de93317e26 100644 --- a/programs/exchange/Cargo.toml +++ b/programs/exchange/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-exchange-program" edition = "2018" [dependencies] -bincode = "1.3.1" +bincode = "1.3.3" log = "0.4.11" num-derive = { version = "0.3" } num-traits = { version = "0.2" } diff --git a/programs/ownable/Cargo.toml b/programs/ownable/Cargo.toml index be0c942cdd..29ebe6718b 100644 --- a/programs/ownable/Cargo.toml +++ b/programs/ownable/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-ownable" edition = "2018" [dependencies] -bincode = "1.3.1" +bincode = "1.3.3" solana-sdk = { path = "../../sdk", version = "=1.8.0" } num-derive = "0.3" num-traits = "0.2" diff --git a/programs/secp256k1/Cargo.toml b/programs/secp256k1/Cargo.toml index 5696de189a..bd63c246d3 100644 --- a/programs/secp256k1/Cargo.toml +++ b/programs/secp256k1/Cargo.toml @@ -14,7 +14,7 @@ solana-sdk = { path = "../../sdk", version = "=1.8.0" } libsecp256k1 = "0.5.0" sha3 = "0.9.1" digest = "0.9.0" -bincode = "1.3.1" +bincode = "1.3.3" rand = "0.7.0" solana-logger = { path = "../../logger", version = "=1.8.0" } diff --git a/programs/stake/Cargo.toml b/programs/stake/Cargo.toml index c0c8404021..4716971323 100644 --- a/programs/stake/Cargo.toml +++ b/programs/stake/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-stake-program" edition = "2018" [dependencies] -bincode = "1.3.1" +bincode = "1.3.3" log = "0.4.11" num-derive = "0.3" num-traits = "0.2" diff --git a/programs/vote/Cargo.toml b/programs/vote/Cargo.toml index 5f6cfece76..872b1f76a2 100644 --- a/programs/vote/Cargo.toml +++ b/programs/vote/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-vote-program" edition = "2018" [dependencies] -bincode = "1.3.1" +bincode = "1.3.3" log = "0.4.11" num-derive = "0.3" num-traits = "0.2" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 90b21a98a5..9fc8865219 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] base64 = "0.12.3" -bincode = "1.3.1" +bincode = "1.3.3" bs58 = "0.4.0" crossbeam-channel = "0.5" itertools = "0.10.1" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index a03b84fd3a..ca45178e3d 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] arrayref = "0.3.6" -bincode = "1.3.1" +bincode = "1.3.3" blake3 = "0.3.7" bv = { version = "0.11.1", features = ["serde"] } byteorder = "1.3.4" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 9a592d3c0c..f97f1d3876 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -38,7 +38,7 @@ full = [ [dependencies] assert_matches = { version = "1.3.0", optional = true } -bincode = "1.3.1" +bincode = "1.3.3" bs58 = "0.4.0" bv = { version = "0.11.1", features = ["serde"] } byteorder = { version = "1.3.4", optional = true } diff --git a/storage-bigtable/Cargo.toml b/storage-bigtable/Cargo.toml index 2ff341ed90..cc475dacf7 100644 --- a/storage-bigtable/Cargo.toml +++ b/storage-bigtable/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] arc-swap = "0.4.8" backoff = { version = "0.3.0", features = ["tokio"] } -bincode = "1.2.1" +bincode = "1.3.3" bzip2 = "0.3.3" enum-iterator = "0.6.0" flate2 = "1.0.20" diff --git a/storage-proto/Cargo.toml b/storage-proto/Cargo.toml index aae6774722..cdd61eb699 100644 --- a/storage-proto/Cargo.toml +++ b/storage-proto/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-storage-proto" edition = "2018" [dependencies] -bincode = "1.2.1" +bincode = "1.3.3" bs58 = "0.4.0" prost = "0.7.0" serde = "1.0.126" diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index 0526d3ffdc..0a6737b537 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -35,7 +35,7 @@ tempfile = "3.2.0" thiserror = "1.0" [dev-dependencies] -bincode = "1.3.1" +bincode = "1.3.3" solana-core = { path = "../core", version = "=1.8.0" } solana-logger = { path = "../logger", version = "=1.8.0" } solana-program-test = { path = "../program-test", version = "=1.8.0" } diff --git a/transaction-status/Cargo.toml b/transaction-status/Cargo.toml index 665160efaa..f05bc1007d 100644 --- a/transaction-status/Cargo.toml +++ b/transaction-status/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] base64 = "0.12.3" -bincode = "1.3.1" +bincode = "1.3.3" bs58 = "0.4.0" Inflector = "0.11.4" lazy_static = "1.4.0" diff --git a/validator/Cargo.toml b/validator/Cargo.toml index e2c6bb6f5f..e66122fd96 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -12,7 +12,7 @@ default-run = "solana-validator" [dependencies] base64 = "0.12.3" -bincode = "1.3.1" +bincode = "1.3.3" chrono = { version = "0.4.11", features = ["serde"] } clap = "2.33.1" console = "0.14.1"