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] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-15 19:46:51 +03:00 committed by GitHub
parent 332fe4887b
commit b7b706b935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -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",
]

View File

@ -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" }