Skip to content

Commit 7612ef0

Browse files
dependabot[bot]bkchr
authored andcommitted
Bump futures from 0.3.29 to 0.3.30
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.29 to 0.3.30. - [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.29...0.3.30) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b1e146 commit 7612ef0

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

bridges/relays/bin-substrate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async-std = "1.9.0"
1414
async-trait = "0.1"
1515
codec = { package = "parity-scale-codec", version = "3.1.5" }
1616
env_logger = "0.10"
17-
futures = "0.3.29"
17+
futures = "0.3.30"
1818
hex = "0.4"
1919
log = "0.4.20"
2020
num-format = "0.4"

bridges/relays/client-substrate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ workspace = true
1212
async-std = { version = "1.6.5", features = ["attributes"] }
1313
async-trait = "0.1"
1414
codec = { package = "parity-scale-codec", version = "3.1.5" }
15-
futures = "0.3.29"
15+
futures = "0.3.30"
1616
jsonrpsee = { version = "0.17", features = ["macros", "ws-client"] }
1717
log = "0.4.20"
1818
num-traits = "0.2"

bridges/relays/equivocation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async-trait = "0.1"
1515
bp-header-chain = { path = "../../primitives/header-chain" }
1616
finality-relay = { path = "../finality" }
1717
frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
18-
futures = "0.3.29"
18+
futures = "0.3.30"
1919
log = "0.4.20"
2020
num-traits = "0.2"
2121
relay-utils = { path = "../utils" }

bridges/relays/finality/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async-std = "1.6.5"
1414
async-trait = "0.1"
1515
backoff = "0.4"
1616
bp-header-chain = { path = "../../primitives/header-chain" }
17-
futures = "0.3.29"
17+
futures = "0.3.30"
1818
log = "0.4.20"
1919
num-traits = "0.2"
2020
relay-utils = { path = "../utils" }

bridges/relays/lib-substrate-relay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ thiserror = "1.0.51"
1414
async-std = "1.9.0"
1515
async-trait = "0.1"
1616
codec = { package = "parity-scale-codec", version = "3.1.5" }
17-
futures = "0.3.29"
17+
futures = "0.3.30"
1818
hex = "0.4"
1919
num-traits = "0.2"
2020
log = "0.4.20"

bridges/relays/messages/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ workspace = true
1212
async-std = { version = "1.6.5", features = ["attributes"] }
1313
async-trait = "0.1"
1414
env_logger = "0.10"
15-
futures = "0.3.29"
15+
futures = "0.3.30"
1616
hex = "0.4"
1717
log = "0.4.20"
1818
num-traits = "0.2"

bridges/relays/parachains/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workspace = true
1111
[dependencies]
1212
async-std = "1.6.5"
1313
async-trait = "0.1"
14-
futures = "0.3.29"
14+
futures = "0.3.30"
1515
log = "0.4.20"
1616
relay-utils = { path = "../utils" }
1717

bridges/relays/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async-trait = "0.1"
1616
backoff = "0.4"
1717
isahc = "1.2"
1818
env_logger = "0.10.1"
19-
futures = "0.3.29"
19+
futures = "0.3.30"
2020
jsonpath_lib = "0.3"
2121
log = "0.4.20"
2222
num-traits = "0.2"

0 commit comments

Comments
 (0)