Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Bump rustc-hex from 2.0.1 to 2.1.0 #260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 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 bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ toml = "0.5.5"
web3 = { git = "https://github.com/tomusdrw/rust-web3" }
error-chain = "0.12"
ethabi = "9.0"
rustc-hex = "2.0"
rustc-hex = "2.1"
log = "0.4"
ethereum-types = "0.8"
pretty_assertions = "0.6.1"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ethereum-types = "0.8"
futures = "0.1"
jsonrpc-core = "14.0"
pretty_assertions = "0.6.1"
rustc-hex = "2.0"
rustc-hex = "2.1"
serde_json = "1.0"
tempfile = "3"
tokio-core = "0.1.8"
Expand Down