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

Commit

Permalink
Bump futures from 0.1.29 to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Dec 2, 2019
1 parent 1a5ba63 commit 86b2094
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 8 deletions.
122 changes: 118 additions & 4 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 @@ -5,7 +5,7 @@ authors = ["debris <[email protected]>", "snd <[email protected]>"]

[dependencies]
bridge-contracts = { path = "../contracts" }
futures = "0.1"
futures = "0.3"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ tokio-core = "0.1.8"
docopt = "1.0"
log = "0.4"
env_logger = "0.7"
futures = "0.1.14"
futures = "0.3.1"
web3 = { git = "https://github.com/tomusdrw/rust-web3" }
2 changes: 1 addition & 1 deletion deploy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ tokio-core = "0.1.8"
docopt = "1.0"
log = "0.4"
env_logger = "0.7"
futures = "0.1.14"
futures = "0.3.1"
web3 = { git = "https://github.com/tomusdrw/rust-web3" }
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bridge = { path = "../bridge" }
bridge-contracts = { path = "../contracts", features = ["integration-tests"] }
ethabi = "9.0"
ethereum-types = "0.8"
futures = "0.1"
futures = "0.3"
jsonrpc-core = "14.0"
pretty_assertions = "0.6.1"
rustc-hex = "2.0"
Expand Down

0 comments on commit 86b2094

Please sign in to comment.