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

Commit

Permalink
Bump rustc-hex from 1.0.0 to 2.0.1
Browse files Browse the repository at this point in the history
Bumps [rustc-hex](https://github.com/debris/rustc-hex) from 1.0.0 to 2.0.1.
- [Release notes](https://github.com/debris/rustc-hex/releases)
- [Commits](https://github.com/debris/rustc-hex/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Oct 21, 2019
1 parent 80e749e commit 35596bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 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.3"
web3 = { git = "https://github.com/tomusdrw/rust-web3" }
error-chain = "0.12"
ethabi = "9.0"
rustc-hex = "1.0"
rustc-hex = "2.0"
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 = "1.0"
rustc-hex = "2.0"
serde_json = "1.0"
tempfile = "3"
tokio-core = "0.1.8"
Expand Down

0 comments on commit 35596bd

Please sign in to comment.