Skip to content

Commit 381e642

Browse files
Bump async-trait from 0.1.72 to 0.1.73 (#3010)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.72 to 0.1.73. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.72...0.1.73) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcbb5f4 commit 381e642

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

cumulus/Cargo.lock

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

cumulus/client/collator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cumulus-client-network = { path = "../network" }
2929
cumulus-primitives-core = { path = "../../primitives/core" }
3030

3131
[dev-dependencies]
32-
async-trait = "0.1.42"
32+
async-trait = "0.1.73"
3333

3434
# Substrate
3535
sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" }

cumulus/client/consensus/aura/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Parity Technologies <[email protected]>"]
66
edition = "2021"
77

88
[dependencies]
9-
async-trait = "0.1.72"
9+
async-trait = "0.1.73"
1010
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
1111
futures = "0.3.28"
1212
tracing = "0.1.37"

cumulus/client/consensus/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Parity Technologies <[email protected]>"]
66
edition = "2021"
77

88
[dependencies]
9-
async-trait = "0.1.72"
9+
async-trait = "0.1.73"
1010
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
1111
dyn-clone = "1.0.12"
1212
futures = "0.3.28"

cumulus/client/consensus/proposer/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
anyhow = "1.0"
10-
async-trait = "0.1.72"
10+
async-trait = "0.1.73"
1111
thiserror = "1.0.44"
1212

1313
# Substrate

cumulus/client/consensus/relay-chain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Parity Technologies <[email protected]>"]
66
edition = "2021"
77

88
[dependencies]
9-
async-trait = "0.1.72"
9+
async-trait = "0.1.73"
1010
futures = "0.3.28"
1111
parking_lot = "0.12.1"
1212
tracing = "0.1.37"

cumulus/client/network/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Cumulus-specific networking protocol"
66
edition = "2021"
77

88
[dependencies]
9-
async-trait = "0.1.72"
9+
async-trait = "0.1.73"
1010
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
1111
futures = "0.3.28"
1212
futures-timer = "3.0.2"

cumulus/client/pov-recovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch =
2828
# Cumulus
2929
cumulus-primitives-core = { path = "../../primitives/core" }
3030
cumulus-relay-chain-interface = {path = "../relay-chain-interface"}
31-
async-trait = "0.1.72"
31+
async-trait = "0.1.73"
3232

3333
[dev-dependencies]
3434
tokio = { version = "1.30.0", features = ["macros"] }

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

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

77
[dependencies]
8-
async-trait = "0.1.72"
8+
async-trait = "0.1.73"
99
futures = "0.3.28"
1010
futures-timer = "3.0.2"
1111

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

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

1717
futures = "0.3.28"
18-
async-trait = "0.1.72"
18+
async-trait = "0.1.73"
1919
thiserror = "1.0.44"
2020
jsonrpsee-core = "0.16.2"
2121
parity-scale-codec = "3.6.4"

0 commit comments

Comments
 (0)