mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 22:01:04 +00:00
Bump async-trait from 0.1.41 to 0.1.42 (#1996)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.41 to 0.1.42. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.41...0.1.42) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@ edition = "2018"
|
||||
description = "Subsystem traits and message definitions"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.41"
|
||||
async-trait = "0.1.42"
|
||||
derive_more = "0.99.11"
|
||||
futures = "0.3.8"
|
||||
futures-timer = "3.0.2"
|
||||
@@ -27,7 +27,7 @@ thiserror = "1.0.22"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.4.0"
|
||||
async-trait = "0.1.41"
|
||||
async-trait = "0.1.42"
|
||||
futures = { version = "0.3.8", features = ["thread-pool"] }
|
||||
parking_lot = "0.11.1"
|
||||
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }
|
||||
|
||||
Reference in New Issue
Block a user