Skip to content

Commit 5815456

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

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

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.

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.58"
9+
async-trait = "0.1.59"
1010
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
1111
futures = "0.3.25"
1212
tracing = "0.1.37"

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.58"
9+
async-trait = "0.1.59"
1010
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
1111
dyn-clone = "1.0.9"
1212
futures = "0.3.25"

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.58"
9+
async-trait = "0.1.59"
1010
futures = "0.3.25"
1111
parking_lot = "0.12.1"
1212
tracing = "0.1.37"

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.58"
9+
async-trait = "0.1.59"
1010
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
1111
futures = "0.3.25"
1212
futures-timer = "3.0.2"

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.58"
8+
async-trait = "0.1.59"
99
futures = "0.3.25"
1010
futures-timer = "3.0.2"
1111

client/relay-chain-interface/Cargo.toml

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

1818
futures = "0.3.25"
19-
async-trait = "0.1.58"
19+
async-trait = "0.1.59"
2020
thiserror = "1.0.37"
2121
jsonrpsee-core = "0.15.1"
2222
parity-scale-codec = "3.2.1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cumulus-primitives-core = { path = "../../primitives/core" }
4242
array-bytes = "4.2"
4343
lru = "0.8"
4444
tracing = "0.1.37"
45-
async-trait = "0.1.58"
45+
async-trait = "0.1.59"
4646
futures = "0.3.25"
4747
url = "2.2.2"
4848
tokio = { version = "1.22.0", features = ["macros"] }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ futures-timer = "3.0.2"
2727
parity-scale-codec = "3.2.1"
2828
jsonrpsee = { version = "0.15.1", features = ["ws-client"] }
2929
tracing = "0.1.37"
30-
async-trait = "0.1.58"
30+
async-trait = "0.1.59"
3131
url = "2.3.1"
3232
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.58"
14+
async-trait = "0.1.59"
1515
clap = { version = "4.0.29", features = ["derive"] }
1616
codec = { package = "parity-scale-codec", version = "3.0.0" }
1717
futures = "0.3.25"

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.58", optional = true }
8+
async-trait = { version = "0.1.59", optional = true }
99
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "derive" ] }
1010
scale-info = { version = "2.3.0", default-features = false, features = ["derive"] }
1111
tracing = { version = "0.1.37", optional = true }

test/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "test-parachain"
99
path = "src/main.rs"
1010

1111
[dependencies]
12-
async-trait = "0.1.58"
12+
async-trait = "0.1.59"
1313
clap = { version = "4.0.29", features = ["derive"] }
1414
codec = { package = "parity-scale-codec", version = "3.0.0" }
1515
criterion = { version = "0.4.0", features = [ "async_tokio" ] }

0 commit comments

Comments
 (0)