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

Commit 76af643

Browse files
Bump futures from 0.1.29 to 0.3.1
Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.29 to 0.3.1. - [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases) - [Changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.1.29...0.3.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent a38b19f commit 76af643

File tree

5 files changed

+122
-8
lines changed

5 files changed

+122
-8
lines changed

Cargo.lock

Lines changed: 118 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["debris <[email protected]>", "snd <[email protected]>"]
55

66
[dependencies]
77
bridge-contracts = { path = "../contracts" }
8-
futures = "0.1"
8+
futures = "0.3"
99
serde = "1.0"
1010
serde_derive = "1.0"
1111
serde_json = "1.0"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ tokio-core = "0.1.8"
1515
docopt = "1.0"
1616
log = "0.4"
1717
env_logger = "0.7"
18-
futures = "0.1.14"
18+
futures = "0.3.1"
1919
web3 = { git = "https://github.com/tomusdrw/rust-web3" }

deploy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ tokio-core = "0.1.8"
1515
docopt = "1.0"
1616
log = "0.4"
1717
env_logger = "0.7"
18-
futures = "0.1.14"
18+
futures = "0.3.1"
1919
web3 = { git = "https://github.com/tomusdrw/rust-web3" }

integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bridge = { path = "../bridge" }
88
bridge-contracts = { path = "../contracts", features = ["integration-tests"] }
99
ethabi = "9.0"
1010
ethereum-types = "0.8"
11-
futures = "0.1"
11+
futures = "0.3"
1212
jsonrpc-core = "14.0"
1313
pretty_assertions = "0.6.1"
1414
rustc-hex = "2.0"

0 commit comments

Comments
 (0)