Skip to content

Commit 92eb451

Browse files
Bump futures from 0.3.13 to 0.3.17
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.13 to 0.3.17. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.13...0.3.17) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e98aca3 commit 92eb451

48 files changed

Lines changed: 154 additions & 152 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

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

bin/node/bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ lazy_static = "1.4.0"
4040
parity-util-mem = { version = "0.9.0", default-features = false, features = ["primitive-types"] }
4141
parity-db = { version = "0.2.2" }
4242
sc-transaction-pool = { version = "3.0.0", path = "../../../client/transaction-pool" }
43-
futures = { version = "0.3.4", features = ["thread-pool"] }
43+
futures = { version = "0.3.17", features = ["thread-pool"] }

bin/node/browser-testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ serde_json = "1.0.48"
1515
wasm-bindgen = { version = "=0.2.73", features = ["serde-serialize"] }
1616
wasm-bindgen-futures = "0.4.18"
1717
wasm-bindgen-test = "0.3.18"
18-
futures = "0.3.9"
18+
futures = "0.3.17"
1919

2020
node-cli = { path = "../cli", default-features = false, features = ["browser"], version = "2.0.0"}
2121
sc-rpc-api = { path = "../../../client/rpc-api", version = "0.9.0"}

bin/node/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ crate-type = ["cdylib", "rlib"]
3636
# third-party dependencies
3737
codec = { package = "parity-scale-codec", version = "2.0.0" }
3838
serde = { version = "1.0.102", features = ["derive"] }
39-
futures = { version = "0.3.9", features = ["compat"] }
39+
futures = { version = "0.3.17", features = ["compat"] }
4040
hex-literal = "0.3.1"
4141
log = "0.4.8"
4242
rand = "0.7.2"
@@ -121,7 +121,7 @@ sc-consensus = { version = "0.9.0", path = "../../../client/consensus/common" }
121121
sc-consensus-babe = { version = "0.9.0", path = "../../../client/consensus/babe" }
122122
sc-consensus-epochs = { version = "0.9.0", path = "../../../client/consensus/epochs" }
123123
sc-service-test = { version = "2.0.0", path = "../../../client/service/test" }
124-
futures = "0.3.9"
124+
futures = "0.3.17"
125125
tempfile = "3.1.0"
126126
assert_cmd = "1.0"
127127
nix = "0.19"

bin/node/executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sp-runtime = { version = "3.0.0", path = "../../../primitives/runtime" }
4444
sp-externalities = { version = "0.9.0", path = "../../../primitives/externalities" }
4545
substrate-test-client = { version = "2.0.0", path = "../../../test-utils/client" }
4646
wat = "1.0"
47-
futures = "0.3.9"
47+
futures = "0.3.17"
4848

4949
[features]
5050
wasmtime = [

bin/node/rpc-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/paritytech/substrate/"
1111
targets = ["x86_64-unknown-linux-gnu"]
1212

1313
[dependencies]
14-
futures = "0.1.29"
14+
futures = "0.3.17"
1515
hyper = "~0.12.35"
1616
jsonrpc-core-client = { version = "15.1.0", default-features = false, features = ["http"] }
1717
log = "0.4.8"

bin/node/testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ sp-blockchain = { version = "3.0.0", path = "../../../primitives/blockchain" }
4848
log = "0.4.8"
4949
tempfile = "3.1.0"
5050
fs_extra = "1"
51-
futures = "0.3.1"
51+
futures = "0.3.17"
5252

5353
[dev-dependencies]
5454
criterion = "0.3.0"

client/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ derive_more = "0.99.2"
2020
sc-executor = { version = "0.9.0", path = "../executor" }
2121
sp-externalities = { version = "0.9.0", path = "../../primitives/externalities" }
2222
fnv = "1.0.6"
23-
futures = "0.3.1"
23+
futures = "0.3.17"
2424
hash-db = { version = "0.15.2", default-features = false }
2525
sp-blockchain = { version = "3.0.0", path = "../../primitives/blockchain" }
2626
sp-inherents = { version = "3.0.0", default-features = false, path = "../../primitives/inherents" }

client/authority-discovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async-trait = "0.1"
2121
codec = { package = "parity-scale-codec", default-features = false, version = "2.0.0" }
2222
derive_more = "0.99.2"
2323
either = "1.5.3"
24-
futures = "0.3.9"
24+
futures = "0.3.17"
2525
futures-timer = "3.0.1"
2626
ip_network = "0.3.4"
2727
libp2p = { version = "0.37.1", default-features = false, features = ["kad"] }

client/basic-authorship/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1414

1515
[dependencies]
1616
codec = { package = "parity-scale-codec", version = "2.0.0" }
17-
futures = "0.3.9"
17+
futures = "0.3.17"
1818
futures-timer = "3.0.1"
1919
log = "0.4.8"
2020
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.9.0"}

0 commit comments

Comments
 (0)