Skip to content

Commit c9639a6

Browse files
Bump async-trait from 0.1.54 to 0.1.56 (#1338)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.54 to 0.1.56. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.54...0.1.56) --- 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 71f1e1a commit c9639a6

11 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -6,7 +6,7 @@ authors = ["Parity Technologies <[email protected]>"]
66
edition = "2021"
77

88
[dependencies]
9-
async-trait = "0.1.54"
9+
async-trait = "0.1.56"
1010
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
1111
futures = { version = "0.3.8", features = ["compat"] }
1212
tracing = "0.1.34"

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
futures = { version = "0.3.8", features = ["compat"] }
1010
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
1111
tracing = "0.1.34"
12-
async-trait = "0.1.54"
12+
async-trait = "0.1.56"
1313
dyn-clone = "1.0.5"
1414

1515
# Substrate

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.54"
9+
async-trait = "0.1.56"
1010
futures = { version = "0.3.8", features = ["compat"] }
1111
parking_lot = "0.12.1"
1212
tracing = "0.1.34"

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.54"
9+
async-trait = "0.1.56"
1010
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
1111
derive_more = "0.99.2"
1212
futures = { version = "0.3.1", features = ["compat"] }

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.54"
8+
async-trait = "0.1.56"
99
futures = "0.3.21"
1010
futures-timer = "3.0.2"
1111
parking_lot = "0.12.1"

client/relay-chain-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "mas
2020
futures = "0.3.21"
2121
parking_lot = "0.12.1"
2222
derive_more = "0.99.2"
23-
async-trait = "0.1.54"
23+
async-trait = "0.1.56"
2424
thiserror = "1.0.31"
2525
jsonrpsee-core = "0.13.1"
2626
parity-scale-codec = "3.1.2"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ parity-scale-codec = "3.1.2"
2525
parking_lot = "0.12.1"
2626
jsonrpsee = { version = "0.13.1", features = ["ws-client"] }
2727
tracing = "0.1.34"
28-
async-trait = "0.1.54"
28+
async-trait = "0.1.56"
2929
url = "2.2.2"
3030
backoff = { version = "0.4.0", features = ["tokio"] }

polkadot-parachain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "polkadot-parachain"
1111
path = "src/main.rs"
1212

1313
[dependencies]
14-
async-trait = "0.1.54"
14+
async-trait = "0.1.56"
1515
clap = { version = "3.1", features = ["derive"] }
1616
codec = { package = "parity-scale-codec", version = "3.0.0" }
1717
futures = { version = "0.3.1", features = ["compat"] }

primitives/parachain-inherent/Cargo.toml

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

77
[dependencies]
8-
async-trait = { version = "0.1.54", optional = true }
8+
async-trait = { version = "0.1.56", optional = true }
99
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "derive" ] }
1010
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
1111
tracing = { version = "0.1.34", optional = true }

0 commit comments

Comments
 (0)