Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Bump web3 from 0.16.0 to 0.17.0
Browse files Browse the repository at this point in the history
Bumps [web3](https://github.com/tomusdrw/rust-web3) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/tomusdrw/rust-web3/releases)
- [Commits](tomusdrw/rust-web3@v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: web3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2021
1 parent fccced6 commit 74f9cf1
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 16 deletions.
61 changes: 50 additions & 11 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 e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ serde_json = "1.0"
shared = { path = "../shared" }
solver = { path = "../solver" }
tokio = { version = "1.9", features = ["macros"] }
web3 = { version = "0.16", default-features = false }
web3 = { version = "0.17", default-features = false }
2 changes: 1 addition & 1 deletion model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ primitive-types = { version = "0.9" }
secp256k1 = "0.20"
serde = { version = "1.0", features = ["derive"] }
serde_with = { version = "1.9", default-features = false, features = ["macros"] }
web3 = { version = "0.16", default-features = false, features = ["signing"] }
web3 = { version = "0.17", default-features = false, features = ["signing"] }

[dev-dependencies]
serde_json = "1.0"
2 changes: 1 addition & 1 deletion orderbook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tokio = { version = "1.9", features = ["macros", "rt-multi-thread", "sync", "tim
tracing = "0.1"
url = "2.2"
warp = "0.3"
web3 = { version = "0.16", default-features = false }
web3 = { version = "0.17", default-features = false }

[dev-dependencies]
secp256k1 = "0.20"
Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tracing = "0.1"
tracing-subscriber = "0.2"
url = "2.2"
warp = "0.3"
web3 = { version = "0.16", default-features = false }
web3 = { version = "0.17", default-features = false }

[dev-dependencies]
regex = "1.5.4"
2 changes: 1 addition & 1 deletion solver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ thiserror = "1.0"
tokio = { version = "1.9", features = ["macros", "rt-multi-thread", "time", "test-util"] }
tracing = "0.1"
transaction-retry = { git = "https://github.com/gnosis/gp-transaction-retry.git", tag = "v0.1.1" }
web3 = { version = "0.16", default-features = false }
web3 = { version = "0.17", default-features = false }

[dev-dependencies]
tracing-subscriber = "0.2"
Expand Down

0 comments on commit 74f9cf1

Please sign in to comment.