Bump futures from 0.3.19 to 0.3.21 (#11133)

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.19 to 0.3.21.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.19...0.3.21)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-04-03 19:34:13 +00:00
committed by GitHub
parent 96ee61179a
commit 98ed4afe45
46 changed files with 157 additions and 157 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/comm
sc-executor = { version = "0.10.0-dev", path = "../executor" }
sp-externalities = { version = "0.12.0", path = "../../primitives/externalities" }
fnv = "1.0.6"
futures = "0.3.19"
futures = "0.3.21"
hash-db = { version = "0.15.2", default-features = false }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
log = "0.4.8"
@@ -20,7 +20,7 @@ prost-build = "0.9"
async-trait = "0.1"
codec = { package = "parity-scale-codec", default-features = false, version = "3.0.0" }
thiserror = "1.0"
futures = "0.3.19"
futures = "0.3.21"
futures-timer = "3.0.1"
ip_network = "0.4.1"
libp2p = { version = "0.40.0", default-features = false, features = ["kad"] }
+1 -1
View File
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0" }
futures = "0.3.19"
futures = "0.3.21"
futures-timer = "3.0.1"
log = "0.4.8"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.10.0-dev"}
+1 -1
View File
@@ -8,7 +8,7 @@ repository = "https://github.com/paritytech/substrate"
description = "RPC for the BEEFY Client gadget for substrate"
[dependencies]
futures = "0.3.19"
futures = "0.3.21"
log = "0.4"
parking_lot = "0.12.0"
thiserror = "1.0"
+1 -1
View File
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
chrono = "0.4.10"
clap = { version = "3.1.6", features = ["derive"] }
fdlimit = "0.2.1"
futures = "0.3.19"
futures = "0.3.21"
hex = "0.4.2"
libp2p = "0.40.0"
log = "0.4.11"
+1 -1
View File
@@ -23,7 +23,7 @@ sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/c
sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" }
sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" }
thiserror = "1.0"
futures = "0.3.19"
futures = "0.3.21"
sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
log = "0.4.8"
sp-core = { version = "6.0.0", path = "../../../primitives/core" }
+1 -1
View File
@@ -43,7 +43,7 @@ sc-consensus-slots = { version = "0.10.0-dev", path = "../slots" }
sp-runtime = { version = "6.0.0", path = "../../../primitives/runtime" }
fork-tree = { version = "3.0.0", path = "../../../utils/fork-tree" }
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.10.0-dev" }
futures = "0.3.19"
futures = "0.3.21"
parking_lot = "0.12.0"
log = "0.4.8"
schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated"] }
@@ -23,7 +23,7 @@ serde = { version = "1.0.136", features = ["derive"] }
sp-blockchain = { version = "4.0.0-dev", path = "../../../../primitives/blockchain" }
sp-runtime = { version = "6.0.0", path = "../../../../primitives/runtime" }
sc-consensus-epochs = { version = "0.10.0-dev", path = "../../epochs" }
futures = "0.3.19"
futures = "0.3.21"
thiserror = "1.0"
sp-api = { version = "4.0.0-dev", path = "../../../../primitives/api" }
sp-consensus = { version = "0.10.0-dev", path = "../../../../primitives/consensus/common" }
+1 -1
View File
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
thiserror = "1.0.30"
libp2p = { version = "0.40.0", default-features = false }
log = "0.4.8"
futures = { version = "0.3.19", features = ["thread-pool"] }
futures = { version = "0.3.21", features = ["thread-pool"] }
futures-timer = "3.0.1"
sc-client-api = { version = "4.0.0-dev", path = "../../api" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
thiserror = "1.0"
futures = "0.3.19"
futures = "0.3.21"
jsonrpc-core = "18.0.0"
jsonrpc-core-client = "18.0.0"
jsonrpc-derive = "18.0.0"
+1 -1
View File
@@ -25,7 +25,7 @@ sp-consensus-pow = { version = "0.10.0-dev", path = "../../../primitives/consens
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" }
log = "0.4.8"
futures = "0.3.19"
futures = "0.3.21"
futures-timer = "3.0.1"
parking_lot = "0.12.0"
thiserror = "1.0"
+1 -1
View File
@@ -27,7 +27,7 @@ sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" }
futures = "0.3.19"
futures = "0.3.21"
futures-timer = "3.0.1"
log = "0.4.11"
thiserror = "1.0.30"
+1 -1
View File
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
thiserror = "1.0"
dyn-clone = "1.0"
fork-tree = { version = "3.0.0", path = "../../utils/fork-tree" }
futures = "0.3.19"
futures = "0.3.21"
futures-timer = "3.0.1"
hex = "0.4.2"
log = "0.4.8"
+1 -1
View File
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
ansi_term = "0.12.1"
futures = "0.3.19"
futures = "0.3.21"
futures-timer = "3.0.1"
log = "0.4.8"
parity-util-mem = { version = "0.11.0", default-features = false, features = ["primitive-types"] }
+1 -1
View File
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
futures = "0.3.19"
futures = "0.3.21"
futures-timer = "3.0.1"
libp2p = { version = "0.40.0", default-features = false }
log = "0.4.8"
+1 -1
View File
@@ -27,7 +27,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = [
either = "1.5.3"
fnv = "1.0.6"
fork-tree = { version = "3.0.0", path = "../../utils/fork-tree" }
futures = "0.3.19"
futures = "0.3.21"
futures-timer = "3.0.2"
asynchronous-codec = "0.5"
hex = "0.4.0"
+1 -1
View File
@@ -17,7 +17,7 @@ async-std = "1.10.0"
sc-network = { version = "0.10.0-dev", path = "../" }
log = "0.4.8"
parking_lot = "0.12.0"
futures = "0.3.19"
futures = "0.3.21"
futures-timer = "3.0.1"
rand = "0.7.2"
libp2p = { version = "0.40.0", default-features = false }
+1 -1
View File
@@ -17,7 +17,7 @@ bytes = "1.1"
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
hex = "0.4"
fnv = "1.0.6"
futures = "0.3.19"
futures = "0.3.21"
futures-timer = "3.0.2"
num_cpus = "1.13"
parking_lot = "0.12.0"
+1 -1
View File
@@ -14,7 +14,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
futures = "0.3.19"
futures = "0.3.21"
libp2p = { version = "0.40.0", default-features = false }
sc-utils = { version = "4.0.0-dev", path = "../utils"}
log = "0.4.8"
+1 -1
View File
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0" }
futures = "0.3.19"
futures = "0.3.21"
jsonrpc-core = "18.0.0"
jsonrpc-core-client = "18.0.0"
jsonrpc-derive = "18.0.0"
+1 -1
View File
@@ -13,7 +13,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
futures = "0.3.19"
futures = "0.3.21"
jsonrpc-core = "18.0.0"
pubsub = { package = "jsonrpc-pubsub", version = "18.0.0" }
log = "0.4.8"
+1 -1
View File
@@ -17,7 +17,7 @@ sc-rpc-api = { version = "0.10.0-dev", path = "../rpc-api" }
sc-client-api = { version = "4.0.0-dev", path = "../api" }
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }
codec = { package = "parity-scale-codec", version = "3.0.0" }
futures = "0.3.19"
futures = "0.3.21"
jsonrpc-pubsub = "18.0.0"
log = "0.4.8"
sp-core = { version = "6.0.0", path = "../../primitives/core" }
+1 -1
View File
@@ -23,7 +23,7 @@ test-helpers = []
[dependencies]
thiserror = "1.0.30"
futures = "0.3.19"
futures = "0.3.21"
jsonrpc-pubsub = "18.0"
jsonrpc-core = "18.0"
rand = "0.7.3"
+1 -1
View File
@@ -26,7 +26,7 @@ sp-externalities = { version = "0.12.0", path = "../../../primitives/externaliti
sp-trie = { version = "6.0.0", path = "../../../primitives/trie" }
sp-storage = { version = "6.0.0", path = "../../../primitives/storage" }
sc-client-db = { version = "0.10.0-dev", default-features = false, path = "../../db" }
futures = "0.3.19"
futures = "0.3.21"
sc-service = { version = "0.10.0-dev", features = ["test-helpers"], path = "../../service" }
sc-network = { version = "0.10.0-dev", path = "../../network" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
+1 -1
View File
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
parking_lot = "0.12.0"
futures = "0.3.19"
futures = "0.3.21"
wasm-timer = "0.2.5"
libp2p = { version = "0.40.0", default-features = false, features = ["dns-async-std", "tcp-async-io", "wasm-ext", "websocket"] }
log = "0.4.8"
+1 -1
View File
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0" }
thiserror = "1.0.30"
futures = "0.3.19"
futures = "0.3.21"
futures-timer = "3.0.2"
log = "0.4.8"
parity-util-mem = { version = "0.11.0", default-features = false, features = ["primitive-types"] }
@@ -9,7 +9,7 @@ repository = "https://github.com/paritytech/substrate/"
description = "Transaction pool client facing API."
[dependencies]
futures = "0.3.19"
futures = "0.3.21"
log = "0.4.8"
serde = { version = "1.0.136", features = ["derive"] }
thiserror = "1.0.30"
+1 -1
View File
@@ -10,7 +10,7 @@ description = "I/O for Substrate runtimes"
readme = "README.md"
[dependencies]
futures = "0.3.19"
futures = "0.3.21"
lazy_static = "1.4.0"
parking_lot = "0.12.0"
prometheus = { version = "0.13.0", default-features = false }