Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 81dc334

Browse files
Bump futures from 0.3.26 to 0.3.27
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.26 to 0.3.27. - [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.26...0.3.27) --- 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 67e7fcd commit 81dc334

File tree

14 files changed

+31
-31
lines changed

14 files changed

+31
-31
lines changed

Cargo.lock

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

client/consensus/aura/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
async-trait = "0.1.66"
1010
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
11-
futures = "0.3.26"
11+
futures = "0.3.27"
1212
tracing = "0.1.37"
1313

1414
# Substrate

client/consensus/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
async-trait = "0.1.66"
1010
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
1111
dyn-clone = "1.0.11"
12-
futures = "0.3.26"
12+
futures = "0.3.27"
1313
log = "0.4.17"
1414
tracing = "0.1.37"
1515

client/consensus/relay-chain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
async-trait = "0.1.66"
10-
futures = "0.3.26"
10+
futures = "0.3.27"
1111
parking_lot = "0.12.1"
1212
tracing = "0.1.37"
1313

client/network/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
async-trait = "0.1.66"
1010
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
11-
futures = "0.3.26"
11+
futures = "0.3.27"
1212
futures-timer = "3.0.2"
1313
parking_lot = "0.12.1"
1414
tracing = "0.1.37"

client/pov-recovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
10-
futures = "0.3.26"
10+
futures = "0.3.27"
1111
futures-timer = "3.0.2"
1212
rand = "0.8.5"
1313
tracing = "0.1.37"

client/relay-chain-inprocess-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77
[dependencies]
88
async-trait = "0.1.66"
9-
futures = "0.3.26"
9+
futures = "0.3.27"
1010
futures-timer = "3.0.2"
1111

1212
# Substrate

client/relay-chain-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "mas
1414
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" }
1515
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
1616

17-
futures = "0.3.26"
17+
futures = "0.3.27"
1818
async-trait = "0.1.66"
1919
thiserror = "1.0.38"
2020
jsonrpsee-core = "0.16.2"

client/relay-chain-minimal-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ array-bytes = "6.0"
3636
lru = "0.9"
3737
tracing = "0.1.37"
3838
async-trait = "0.1.66"
39-
futures = "0.3.26"
39+
futures = "0.3.27"
4040
tokio = { version = "1.26.0", features = ["macros"] }

client/relay-chain-rpc-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sc-service = { git = "https://github.com/paritytech/substrate", branch = "master
2323

2424
tokio = { version = "1.26.0", features = ["sync"] }
2525

26-
futures = "0.3.26"
26+
futures = "0.3.27"
2727
futures-timer = "3.0.2"
2828
parity-scale-codec = "3.4.0"
2929
jsonrpsee = { version = "0.16.2", features = ["ws-client"] }

0 commit comments

Comments
 (0)