Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump bincode from 1.3.2 to 1.3.3 (#266)
Browse files Browse the repository at this point in the history
Bumps [bincode](https://github.com/servo/bincode) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/servo/bincode/releases)
- [Commits](bincode-org/bincode@v1.3.2...v1.3.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Apr 15, 2021
1 parent 332fe48 commit b7b706b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ethers-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }


Expand Down

0 comments on commit b7b706b

Please sign in to comment.