mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
Bump async-trait from 0.1.51 to 0.1.52 (#4501)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.51 to 0.1.52. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.51...0.1.52) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... 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:
Generated
+2
-2
@@ -336,9 +336,9 @@ checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-trait"
|
name = "async-trait"
|
||||||
version = "0.1.51"
|
version = "0.1.52"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
|
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.51"
|
async-trait = "0.1.52"
|
||||||
futures = "0.3.17"
|
futures = "0.3.17"
|
||||||
tracing = "0.1.29"
|
tracing = "0.1.29"
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ futures = "0.3.17"
|
|||||||
futures-timer = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
tracing = "0.1.29"
|
tracing = "0.1.29"
|
||||||
thiserror = "1.0.30"
|
thiserror = "1.0.30"
|
||||||
async-trait = "0.1.51"
|
async-trait = "0.1.52"
|
||||||
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" }
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ parity-util-mem = { version = "0.10.0", default-features = false, features = ["j
|
|||||||
color-eyre = { version = "0.5.11", default-features = false }
|
color-eyre = { version = "0.5.11", default-features = false }
|
||||||
assert_matches = "1.5"
|
assert_matches = "1.5"
|
||||||
structopt = "0.3.25"
|
structopt = "0.3.25"
|
||||||
async-trait = "0.1.51"
|
async-trait = "0.1.52"
|
||||||
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
futures = "0.3.16"
|
futures = "0.3.16"
|
||||||
futures-timer = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.51"
|
async-trait = "0.1.52"
|
||||||
futures = "0.3.17"
|
futures = "0.3.17"
|
||||||
tracing = "0.1.29"
|
tracing = "0.1.29"
|
||||||
polkadot-primitives = { path = "../../../primitives" }
|
polkadot-primitives = { path = "../../../primitives" }
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ thiserror = "1.0.30"
|
|||||||
lru = "0.7.0"
|
lru = "0.7.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
async-trait = "0.1.51"
|
async-trait = "0.1.52"
|
||||||
polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" }
|
polkadot-subsystem-testhelpers = { package = "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" }
|
||||||
|
|||||||
@@ -29,5 +29,5 @@ sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master
|
|||||||
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.51"
|
async-trait = "0.1.52"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ edition = "2018"
|
|||||||
description = "Primitives types for the Node-side"
|
description = "Primitives types for the Node-side"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.51"
|
async-trait = "0.1.52"
|
||||||
polkadot-primitives = { path = "../../../primitives" }
|
polkadot-primitives = { path = "../../../primitives" }
|
||||||
polkadot-node-primitives = { path = "../../primitives" }
|
polkadot-node-primitives = { path = "../../primitives" }
|
||||||
polkadot-node-jaeger = { path = "../../jaeger" }
|
polkadot-node-jaeger = { path = "../../jaeger" }
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ serde = { version = "1.0.131", features = ["derive"] }
|
|||||||
thiserror = "1.0.30"
|
thiserror = "1.0.30"
|
||||||
kvdb = "0.10.0"
|
kvdb = "0.10.0"
|
||||||
kvdb-rocksdb = { version = "0.14.0", optional = true }
|
kvdb-rocksdb = { version = "0.14.0", optional = true }
|
||||||
async-trait = "0.1.51"
|
async-trait = "0.1.52"
|
||||||
lru = "0.7"
|
lru = "0.7"
|
||||||
|
|
||||||
# Polkadot
|
# Polkadot
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ edition = "2018"
|
|||||||
description = "Subsystem traits and message definitions"
|
description = "Subsystem traits and message definitions"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.51"
|
async-trait = "0.1.52"
|
||||||
futures = "0.3.17"
|
futures = "0.3.17"
|
||||||
parking_lot = "0.11.1"
|
parking_lot = "0.11.1"
|
||||||
polkadot-node-subsystem = { path = "../subsystem" }
|
polkadot-node-subsystem = { path = "../subsystem" }
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ edition = "2018"
|
|||||||
description = "Subsystem traits and message definitions"
|
description = "Subsystem traits and message definitions"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.51"
|
async-trait = "0.1.52"
|
||||||
futures = "0.3.17"
|
futures = "0.3.17"
|
||||||
itertools = "0.10"
|
itertools = "0.10"
|
||||||
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user