Skip to content

Commit 88c1114

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] <[email protected]>
1 parent 8668f73 commit 88c1114

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
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.

relays/bin-substrate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ anyhow = "1.0"
1010
async-std = "1.9.0"
1111
async-trait = "0.1"
1212
codec = { package = "parity-scale-codec", version = "3.1.5" }
13-
futures = "0.3.26"
13+
futures = "0.3.27"
1414
hex = "0.4"
1515
log = "0.4.17"
1616
num-format = "0.4"

relays/client-substrate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
99
async-std = { version = "1.6.5", features = ["attributes"] }
1010
async-trait = "0.1"
1111
codec = { package = "parity-scale-codec", version = "3.1.5" }
12-
futures = "0.3.26"
12+
futures = "0.3.27"
1313
jsonrpsee = { version = "0.16", features = ["macros", "ws-client"] }
1414
log = "0.4.17"
1515
num-traits = "0.2"

relays/finality/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async-std = "1.6.5"
1111
async-trait = "0.1"
1212
backoff = "0.4"
1313
bp-header-chain = { path = "../../primitives/header-chain" }
14-
futures = "0.3.26"
14+
futures = "0.3.27"
1515
log = "0.4.17"
1616
num-traits = "0.2"
1717
relay-utils = { path = "../utils" }

relays/lib-substrate-relay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ thiserror = "1.0.39"
1111
async-std = "1.9.0"
1212
async-trait = "0.1"
1313
codec = { package = "parity-scale-codec", version = "3.1.5" }
14-
futures = "0.3.26"
14+
futures = "0.3.27"
1515
hex = "0.4"
1616
num-traits = "0.2"
1717
log = "0.4.17"

relays/messages/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
88
[dependencies]
99
async-std = { version = "1.6.5", features = ["attributes"] }
1010
async-trait = "0.1"
11-
futures = "0.3.26"
11+
futures = "0.3.27"
1212
hex = "0.4"
1313
log = "0.4.17"
1414
num-traits = "0.2"

relays/parachains/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
88
[dependencies]
99
async-std = "1.6.5"
1010
async-trait = "0.1.66"
11-
futures = "0.3.26"
11+
futures = "0.3.27"
1212
log = "0.4.17"
1313
relay-utils = { path = "../utils" }
1414

relays/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async-trait = "0.1"
1313
backoff = "0.4"
1414
isahc = "1.2"
1515
env_logger = "0.10.0"
16-
futures = "0.3.26"
16+
futures = "0.3.27"
1717
jsonpath_lib = "0.3"
1818
log = "0.4.17"
1919
num-traits = "0.2"

0 commit comments

Comments
 (0)