Bump futures from 0.3.27 to 0.3.28 (#2420)

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

---
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]
2023-04-01 22:27:24 +02:00
committed by GitHub
parent 59fb7ff59c
commit 1428864a4d
14 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-trait = "0.1.68"
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
futures = "0.3.27"
futures = "0.3.28"
tracing = "0.1.37"
# Substrate
+1 -1
View File
@@ -9,7 +9,7 @@ edition = "2021"
async-trait = "0.1.68"
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
dyn-clone = "1.0.11"
futures = "0.3.27"
futures = "0.3.28"
log = "0.4.17"
tracing = "0.1.37"
@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
async-trait = "0.1.68"
futures = "0.3.27"
futures = "0.3.28"
parking_lot = "0.12.1"
tracing = "0.1.37"
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-trait = "0.1.68"
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
futures = "0.3.27"
futures = "0.3.28"
futures-timer = "3.0.2"
parking_lot = "0.12.1"
tracing = "0.1.37"
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
futures = "0.3.27"
futures = "0.3.28"
futures-timer = "3.0.2"
rand = "0.8.5"
tracing = "0.1.37"
@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
async-trait = "0.1.68"
futures = "0.3.27"
futures = "0.3.28"
futures-timer = "3.0.2"
# Substrate
@@ -14,7 +14,7 @@ sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "mas
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
futures = "0.3.27"
futures = "0.3.28"
async-trait = "0.1.68"
thiserror = "1.0.40"
jsonrpsee-core = "0.16.2"
@@ -37,5 +37,5 @@ array-bytes = "6.0"
lru = "0.9"
tracing = "0.1.37"
async-trait = "0.1.68"
futures = "0.3.27"
futures = "0.3.28"
tokio = { version = "1.27.0", features = ["macros"] }
@@ -23,7 +23,7 @@ sc-service = { git = "https://github.com/paritytech/substrate", branch = "master
tokio = { version = "1.27.0", features = ["sync"] }
futures = "0.3.27"
futures = "0.3.28"
futures-timer = "3.0.2"
parity-scale-codec = "3.4.0"
jsonrpsee = { version = "0.16.2", features = ["ws-client"] }
+1 -1
View File
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
[dependencies]
futures = "0.3.27"
futures = "0.3.28"
# Substrate
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }