From b7b706b935250e6a213112d6dbd9df26f3f4dffe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 19:46:51 +0300 Subject: [PATCH] chore(deps): bump bincode from 1.3.2 to 1.3.3 (#266) Bumps [bincode](https://github.com/servo/bincode) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/servo/bincode/releases) - [Commits](https://github.com/servo/bincode/compare/v1.3.2...v1.3.3) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 5 ++--- ethers-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8a9e124..18db67a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,11 +186,10 @@ checksum = "2dabbe35f96fb9507f7330793dc490461b2962659ac5d427181e451a623751d1" [[package]] name = "bincode" -version = "1.3.2" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d175dfa69e619905c4c3cdb7c3c203fa3bdd5d51184e3afdb2742c0280493772" +checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" dependencies = [ - "byteorder", "serde", ] diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 6ecf2495..a4dfdbe9 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -42,7 +42,7 @@ futures-util = { version = "0.3.14", default-features = false, optional = true} ethers = { version = "0.2", path = "../ethers" } serde_json = { version = "1.0.64", default-features = false } -bincode = { version = "1.3.2", default-features = false } +bincode = { version = "1.3.3", default-features = false } once_cell = { version = "1.7.2" }