Bump async-trait from 0.1.56 to 0.1.57 (#5919)

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.56 to 0.1.57.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.56...0.1.57)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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:
dependabot[bot]
2022-08-24 21:13:45 +00:00
committed by GitHub
parent c83eaa2475
commit 427e7c1ab3
14 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -327,9 +327,9 @@ checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
[[package]] [[package]]
name = "async-trait" name = "async-trait"
version = "0.1.56" version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716" checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -31,7 +31,7 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
[dev-dependencies] [dev-dependencies]
async-trait = "0.1.56" async-trait = "0.1.57"
parking_lot = "0.12.0" parking_lot = "0.12.0"
rand_core = "0.5.1" # should match schnorrkel rand_core = "0.5.1" # should match schnorrkel
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
[dependencies] [dependencies]
async-trait = "0.1.53" async-trait = "0.1.57"
futures = "0.3.21" futures = "0.3.21"
gum = { package = "tracing-gum", path = "../../gum" } gum = { package = "tracing-gum", path = "../../gum" }
@@ -9,7 +9,7 @@ futures = "0.3.21"
futures-timer = "3.0.2" futures-timer = "3.0.2"
gum = { package = "tracing-gum", path = "../../gum" } gum = { package = "tracing-gum", path = "../../gum" }
thiserror = "1.0.31" thiserror = "1.0.31"
async-trait = "0.1.53" async-trait = "0.1.57"
polkadot-node-subsystem = { path = "../../subsystem" } polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-primitives = { path = "../../../primitives" } polkadot-primitives = { path = "../../../primitives" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
+1 -1
View File
@@ -26,7 +26,7 @@ polkadot-node-core-pvf = { path = "../core/pvf" }
parity-util-mem = { version = "0.11.0", default-features = false, features = ["jemalloc-global"] } parity-util-mem = { version = "0.11.0", default-features = false, features = ["jemalloc-global"] }
color-eyre = { version = "0.6.1", default-features = false } color-eyre = { version = "0.6.1", default-features = false }
assert_matches = "1.5" assert_matches = "1.5"
async-trait = "0.1.53" async-trait = "0.1.57"
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
clap = { version = "3.1", features = ["derive"] } clap = { version = "3.1", features = ["derive"] }
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2021"
[dependencies] [dependencies]
always-assert = "0.1" always-assert = "0.1"
async-trait = "0.1.53" async-trait = "0.1.57"
futures = "0.3.21" futures = "0.3.21"
gum = { package = "tracing-gum", path = "../../gum" } gum = { package = "tracing-gum", path = "../../gum" }
polkadot-primitives = { path = "../../../primitives" } polkadot-primitives = { path = "../../../primitives" }
@@ -23,7 +23,7 @@ fatality = "0.0.6"
lru = "0.7.7" lru = "0.7.7"
[dev-dependencies] [dev-dependencies]
async-trait = "0.1.53" async-trait = "0.1.57"
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -30,5 +30,5 @@ sp-authority-discovery = { git = "https://github.com/paritytech/substrate", bran
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
assert_matches = "1.4.0" assert_matches = "1.4.0"
async-trait = "0.1.53" async-trait = "0.1.57"
lazy_static = "1.4.0" lazy_static = "1.4.0"
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2021"
description = "Primitives types for the Node-side" description = "Primitives types for the Node-side"
[dependencies] [dependencies]
async-trait = "0.1.53" async-trait = "0.1.57"
hex = "0.4.3" hex = "0.4.3"
polkadot-primitives = { path = "../../../primitives" } polkadot-primitives = { path = "../../../primitives" }
polkadot-node-primitives = { path = "../../primitives" } polkadot-node-primitives = { path = "../../primitives" }
+1 -1
View File
@@ -20,7 +20,7 @@ gum = { package = "tracing-gum", path = "../gum" }
lru = "0.7" lru = "0.7"
parity-util-mem = { version = "0.11.0", default-features = false } parity-util-mem = { version = "0.11.0", default-features = false }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
async-trait = "0.1.56" async-trait = "0.1.57"
[dev-dependencies] [dev-dependencies]
metered = { package = "prioritized-metered-channel", path = "../metered-channel" } metered = { package = "prioritized-metered-channel", path = "../metered-channel" }
+1 -1
View File
@@ -70,7 +70,7 @@ thiserror = "1.0.31"
kvdb = "0.11.0" kvdb = "0.11.0"
kvdb-rocksdb = { version = "0.15.2", optional = true } kvdb-rocksdb = { version = "0.15.2", optional = true }
parity-db = { version = "0.3.16", optional = true } parity-db = { version = "0.3.16", optional = true }
async-trait = "0.1.53" async-trait = "0.1.57"
lru = "0.7" lru = "0.7"
# Polkadot # Polkadot
@@ -6,7 +6,7 @@ edition = "2021"
description = "Subsystem traits and message definitions" description = "Subsystem traits and message definitions"
[dependencies] [dependencies]
async-trait = "0.1.53" async-trait = "0.1.57"
futures = "0.3.21" futures = "0.3.21"
parking_lot = "0.12.0" parking_lot = "0.12.0"
polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem = { path = "../subsystem" }
+1 -1
View File
@@ -21,4 +21,4 @@ sp-authority-discovery = { git = "https://github.com/paritytech/substrate", bran
smallvec = "1.8.0" smallvec = "1.8.0"
substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" }
thiserror = "1.0.31" thiserror = "1.0.31"
async-trait = "0.1.56" async-trait = "0.1.57"
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2021"
description = "Subsystem traits and message definitions" description = "Subsystem traits and message definitions"
[dependencies] [dependencies]
async-trait = "0.1.53" async-trait = "0.1.57"
futures = "0.3.21" futures = "0.3.21"
itertools = "0.10" itertools = "0.10"
parity-scale-codec = { version = "3.1.5", default-features = false, features = ["derive"] } parity-scale-codec = { version = "3.1.5", default-features = false, features = ["derive"] }