mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
Bump async-trait from 0.1.48 to 0.1.50 (#8977)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.48 to 0.1.50. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.48...0.1.50) 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
@@ -364,9 +364,9 @@ checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-trait"
|
name = "async-trait"
|
||||||
version = "0.1.48"
|
version = "0.1.50"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "36ea56748e10732c49404c153638a15ec3d6211ec5ff35d9bb20e13b93576adf"
|
checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ sp-runtime = { version = "4.0.0-dev", path = "../../../primitives/runtime" }
|
|||||||
sp-keystore = { version = "0.10.0-dev", path = "../../../primitives/keystore" }
|
sp-keystore = { version = "0.10.0-dev", path = "../../../primitives/keystore" }
|
||||||
sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" }
|
sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" }
|
||||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.9.0"}
|
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.9.0"}
|
||||||
async-trait = "0.1.42"
|
async-trait = "0.1.50"
|
||||||
# We enable it only for web-wasm check
|
# We enable it only for web-wasm check
|
||||||
# See https://docs.rs/getrandom/0.2.1/getrandom/#webassembly-support
|
# See https://docs.rs/getrandom/0.2.1/getrandom/#webassembly-support
|
||||||
getrandom = { version = "0.2", features = ["js"], optional = true }
|
getrandom = { version = "0.2", features = ["js"], optional = true }
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ merlin = "2.0"
|
|||||||
pdqselect = "0.1.0"
|
pdqselect = "0.1.0"
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.2"
|
||||||
retain_mut = "0.1.3"
|
retain_mut = "0.1.3"
|
||||||
async-trait = "0.1.42"
|
async-trait = "0.1.50"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" }
|
sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" }
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ parking_lot = "0.11.1"
|
|||||||
codec = { package = "parity-scale-codec", version = "2.0.0" }
|
codec = { package = "parity-scale-codec", version = "2.0.0" }
|
||||||
serde = { version = "1.0", features=["derive"] }
|
serde = { version = "1.0", features=["derive"] }
|
||||||
assert_matches = "1.3.0"
|
assert_matches = "1.3.0"
|
||||||
async-trait = "0.1.42"
|
async-trait = "0.1.50"
|
||||||
|
|
||||||
sc-client-api = { path = "../../api", version = "4.0.0-dev"}
|
sc-client-api = { path = "../../api", version = "4.0.0-dev"}
|
||||||
sc-consensus-babe = { path = "../../consensus/babe", version = "0.10.0-dev"}
|
sc-consensus-babe = { path = "../../consensus/babe", version = "0.10.0-dev"}
|
||||||
|
|||||||
@@ -29,4 +29,4 @@ futures-timer = "3.0.1"
|
|||||||
parking_lot = "0.11.1"
|
parking_lot = "0.11.1"
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.2"
|
||||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.9.0"}
|
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.9.0"}
|
||||||
async-trait = "0.1.42"
|
async-trait = "0.1.50"
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ futures-timer = "3.0.1"
|
|||||||
log = "0.4.11"
|
log = "0.4.11"
|
||||||
thiserror = "1.0.21"
|
thiserror = "1.0.21"
|
||||||
impl-trait-for-tuples = "0.2.1"
|
impl-trait-for-tuples = "0.2.1"
|
||||||
async-trait = "0.1.42"
|
async-trait = "0.1.50"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
|
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" }
|
|||||||
finality-grandpa = { version = "0.14.1", features = ["derive-codec"] }
|
finality-grandpa = { version = "0.14.1", features = ["derive-codec"] }
|
||||||
pin-project = "1.0.4"
|
pin-project = "1.0.4"
|
||||||
linked-hash-map = "0.5.2"
|
linked-hash-map = "0.5.2"
|
||||||
async-trait = "0.1.42"
|
async-trait = "0.1.50"
|
||||||
wasm-timer = "0.2"
|
wasm-timer = "0.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
|||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.30"
|
async-trait = "0.1.50"
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.2"
|
||||||
futures = "0.3.9"
|
futures = "0.3.9"
|
||||||
futures-util = "0.3.4"
|
futures-util = "0.3.4"
|
||||||
|
|||||||
@@ -34,4 +34,4 @@ substrate-test-runtime = { version = "2.0.0", path = "../../../test-utils/runtim
|
|||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
sp-tracing = { version = "4.0.0-dev", path = "../../../primitives/tracing" }
|
sp-tracing = { version = "4.0.0-dev", path = "../../../primitives/tracing" }
|
||||||
sc-service = { version = "0.10.0-dev", default-features = false, features = ["test-helpers"], path = "../../service" }
|
sc-service = { version = "0.10.0-dev", default-features = false, features = ["test-helpers"], path = "../../service" }
|
||||||
async-trait = "0.1.42"
|
async-trait = "0.1.50"
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ sp-tracing = { version = "4.0.0-dev", path = "../../primitives/tracing" }
|
|||||||
tracing = "0.1.25"
|
tracing = "0.1.25"
|
||||||
tracing-futures = { version = "0.2.4" }
|
tracing-futures = { version = "0.2.4" }
|
||||||
parity-util-mem = { version = "0.10.0", default-features = false, features = ["primitive-types"] }
|
parity-util-mem = { version = "0.10.0", default-features = false, features = ["primitive-types"] }
|
||||||
async-trait = "0.1.42"
|
async-trait = "0.1.50"
|
||||||
|
|
||||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inh
|
|||||||
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runtime" }
|
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runtime" }
|
||||||
sp-std = { version = "4.0.0-dev", default-features = false, path = "../std" }
|
sp-std = { version = "4.0.0-dev", default-features = false, path = "../std" }
|
||||||
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
|
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
|
||||||
async-trait = { version = "0.1.48", optional = true }
|
async-trait = { version = "0.1.50", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ "std" ]
|
default = [ "std" ]
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../
|
|||||||
sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../timestamp" }
|
sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../timestamp" }
|
||||||
sp-consensus-slots = { version = "0.10.0-dev", default-features = false, path = "../slots" }
|
sp-consensus-slots = { version = "0.10.0-dev", default-features = false, path = "../slots" }
|
||||||
sp-consensus = { version = "0.10.0-dev", path = "../common", optional = true }
|
sp-consensus = { version = "0.10.0-dev", path = "../common", optional = true }
|
||||||
async-trait = { version = "0.1.48", optional = true }
|
async-trait = { version = "0.1.50", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ sp-keystore = { version = "0.10.0-dev", default-features = false, path = "../../
|
|||||||
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../../runtime" }
|
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../../runtime" }
|
||||||
sp-timestamp = { version = "4.0.0-dev", path = "../../timestamp", optional = true }
|
sp-timestamp = { version = "4.0.0-dev", path = "../../timestamp", optional = true }
|
||||||
serde = { version = "1.0.126", features = ["derive"], optional = true }
|
serde = { version = "1.0.126", features = ["derive"], optional = true }
|
||||||
async-trait = { version = "0.1.48", optional = true }
|
async-trait = { version = "0.1.50", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ parking_lot = "0.11.1"
|
|||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.9.0"}
|
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.9.0"}
|
||||||
wasm-timer = "0.2.5"
|
wasm-timer = "0.2.5"
|
||||||
async-trait = "0.1.42"
|
async-trait = "0.1.50"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
futures = "0.3.9"
|
futures = "0.3.9"
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ sp-runtime = { version = "4.0.0-dev", path = "../runtime", optional = true }
|
|||||||
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
|
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
|
||||||
thiserror = { version = "1.0.21", optional = true }
|
thiserror = { version = "1.0.21", optional = true }
|
||||||
impl-trait-for-tuples = "0.2.0"
|
impl-trait-for-tuples = "0.2.0"
|
||||||
async-trait = { version = "0.1.30", optional = true }
|
async-trait = { version = "0.1.50", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
futures = "0.3.9"
|
futures = "0.3.9"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/sp-core"
|
|||||||
targets = ["x86_64-unknown-linux-gnu"]
|
targets = ["x86_64-unknown-linux-gnu"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.30"
|
async-trait = "0.1.50"
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.2"
|
||||||
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
|
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
|
||||||
futures = { version = "0.3.1" }
|
futures = { version = "0.3.1" }
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ wasm-timer = { version = "0.2", optional = true }
|
|||||||
thiserror = { version = "1.0.21", optional = true }
|
thiserror = { version = "1.0.21", optional = true }
|
||||||
log = { version = "0.4.8", optional = true }
|
log = { version = "0.4.8", optional = true }
|
||||||
futures-timer = { version = "3.0.2", optional = true }
|
futures-timer = { version = "3.0.2", optional = true }
|
||||||
async-trait = { version = "0.1.48", optional = true }
|
async-trait = { version = "0.1.50", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ "std" ]
|
default = [ "std" ]
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ sp-trie = { version = "4.0.0-dev", optional = true, path = "../trie" }
|
|||||||
sp-core = { version = "4.0.0-dev", path = "../core", optional = true }
|
sp-core = { version = "4.0.0-dev", path = "../core", optional = true }
|
||||||
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
|
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
|
||||||
log = { version = "0.4.8", optional = true }
|
log = { version = "0.4.8", optional = true }
|
||||||
async-trait = { version = "0.1.48", optional = true }
|
async-trait = { version = "0.1.50", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ "std" ]
|
default = [ "std" ]
|
||||||
|
|||||||
@@ -33,4 +33,4 @@ sp-keystore = { version = "0.10.0-dev", path = "../../primitives/keystore" }
|
|||||||
sp-keyring = { version = "4.0.0-dev", path = "../../primitives/keyring" }
|
sp-keyring = { version = "4.0.0-dev", path = "../../primitives/keyring" }
|
||||||
sp-runtime = { version = "4.0.0-dev", path = "../../primitives/runtime" }
|
sp-runtime = { version = "4.0.0-dev", path = "../../primitives/runtime" }
|
||||||
sp-state-machine = { version = "0.10.0-dev", path = "../../primitives/state-machine" }
|
sp-state-machine = { version = "0.10.0-dev", path = "../../primitives/state-machine" }
|
||||||
async-trait = "0.1.42"
|
async-trait = "0.1.50"
|
||||||
|
|||||||
Reference in New Issue
Block a user