Bump futures from 0.3.16 to 0.3.19 (#10930)

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.16 to 0.3.19.
- [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.16...0.3.19)

---
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-03-01 10:22:10 +01:00
committed by GitHub
parent 3dbaabae10
commit e3377ddc4e
46 changed files with 144 additions and 144 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ rustversion = "1.0.6"
[dev-dependencies]
criterion = "0.3.0"
futures = "0.3.9"
futures = "0.3.19"
log = "0.4.14"
sp-core = { version = "5.0.0", path = "../../core" }
+1 -1
View File
@@ -18,7 +18,7 @@ log = "0.4.11"
lru = "0.7.0"
parking_lot = "0.12.0"
thiserror = "1.0.30"
futures = "0.3.9"
futures = "0.3.19"
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
sp-consensus = { version = "0.10.0-dev", path = "../consensus/common" }
sp-runtime = { version = "5.0.0", path = "../runtime" }
@@ -18,7 +18,7 @@ async-trait = "0.1.42"
codec = { package = "parity-scale-codec", version = "3.0.0", features = [
"derive",
] }
futures = { version = "0.3.1", features = ["thread-pool"] }
futures = { version = "0.3.19", features = ["thread-pool"] }
log = "0.4.8"
sp-core = { path = "../../core", version = "5.0.0"}
sp-inherents = { version = "4.0.0-dev", path = "../../inherents" }
@@ -30,7 +30,7 @@ sp-runtime = { version = "5.0.0", path = "../../runtime" }
thiserror = "1.0.30"
[dev-dependencies]
futures = "0.3.9"
futures = "0.3.19"
sp-test-primitives = { version = "2.0.0", path = "../../test-primitives" }
[features]
+1 -1
View File
@@ -41,7 +41,7 @@ sp-debug-derive = { version = "4.0.0", default-features = false, path = "../debu
sp-storage = { version = "5.0.0", default-features = false, path = "../storage" }
sp-externalities = { version = "0.11.0", optional = true, path = "../externalities" }
parity-util-mem = { version = "0.11.0", default-features = false, features = ["primitive-types"] }
futures = { version = "0.3.1", optional = true }
futures = { version = "0.3.19", optional = true }
dyn-clonable = { version = "0.9.0", optional = true }
thiserror = { version = "1.0.30", optional = true }
bitflags = "1.3"
+1 -1
View File
@@ -24,7 +24,7 @@ impl-trait-for-tuples = "0.2.0"
async-trait = { version = "0.1.50", optional = true }
[dev-dependencies]
futures = "0.3.9"
futures = "0.3.19"
[features]
default = [ "std" ]
+1 -1
View File
@@ -28,7 +28,7 @@ sp-trie = { version = "5.0.0", optional = true, path = "../trie" }
sp-externalities = { version = "0.11.0", optional = true, path = "../externalities" }
sp-tracing = { version = "4.0.0", default-features = false, path = "../tracing" }
log = { version = "0.4.8", optional = true }
futures = { version = "0.3.1", features = ["thread-pool"], optional = true }
futures = { version = "0.3.19", features = ["thread-pool"], optional = true }
parking_lot = { version = "0.12.0", optional = true }
secp256k1 = { version = "0.21.2", features = ["recovery", "global-context"], optional = true }
tracing = { version = "0.1.29", default-features = false }
+1 -1
View File
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
async-trait = "0.1.50"
futures = "0.3.1"
futures = "0.3.19"
parking_lot = { version = "0.12.0", default-features = false }
serde = { version = "1.0", optional = true }
thiserror = "1.0"