Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit bfca1a9

Browse files
Bump async-trait from 0.1.48 to 0.1.50 (paritytech#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](dtolnay/async-trait@0.1.48...0.1.50) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c625c2a commit bfca1a9

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
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
@@ -36,7 +36,7 @@ sp-runtime = { version = "4.0.0-dev", path = "../../../primitives/runtime" }
3636
sp-keystore = { version = "0.10.0-dev", path = "../../../primitives/keystore" }
3737
sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" }
3838
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.9.0"}
39-
async-trait = "0.1.42"
39+
async-trait = "0.1.50"
4040
# We enable it only for web-wasm check
4141
# See https://docs.rs/getrandom/0.2.1/getrandom/#webassembly-support
4242
getrandom = { version = "0.2", features = ["js"], optional = true }

client/consensus/babe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ merlin = "2.0"
5252
pdqselect = "0.1.0"
5353
derive_more = "0.99.2"
5454
retain_mut = "0.1.3"
55-
async-trait = "0.1.42"
55+
async-trait = "0.1.50"
5656

5757
[dev-dependencies]
5858
sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" }

client/consensus/manual-seal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ parking_lot = "0.11.1"
2323
codec = { package = "parity-scale-codec", version = "2.0.0" }
2424
serde = { version = "1.0", features=["derive"] }
2525
assert_matches = "1.3.0"
26-
async-trait = "0.1.42"
26+
async-trait = "0.1.50"
2727

2828
sc-client-api = { path = "../../api", version = "4.0.0-dev"}
2929
sc-consensus-babe = { path = "../../consensus/babe", version = "0.10.0-dev"}

client/consensus/pow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ futures-timer = "3.0.1"
2929
parking_lot = "0.11.1"
3030
derive_more = "0.99.2"
3131
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.9.0"}
32-
async-trait = "0.1.42"
32+
async-trait = "0.1.50"

client/consensus/slots/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ futures-timer = "3.0.1"
3434
log = "0.4.11"
3535
thiserror = "1.0.21"
3636
impl-trait-for-tuples = "0.2.1"
37-
async-trait = "0.1.42"
37+
async-trait = "0.1.50"
3838

3939
[dev-dependencies]
4040
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }

client/finality-grandpa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" }
4747
finality-grandpa = { version = "0.14.1", features = ["derive-codec"] }
4848
pin-project = "1.0.4"
4949
linked-hash-map = "0.5.2"
50-
async-trait = "0.1.42"
50+
async-trait = "0.1.50"
5151
wasm-timer = "0.2"
5252

5353
[dev-dependencies]

client/keystore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1515

1616

1717
[dependencies]
18-
async-trait = "0.1.30"
18+
async-trait = "0.1.50"
1919
derive_more = "0.99.2"
2020
futures = "0.3.9"
2121
futures-util = "0.3.4"

client/network/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ substrate-test-runtime = { version = "2.0.0", path = "../../../test-utils/runtim
3434
tempfile = "3.1.0"
3535
sp-tracing = { version = "4.0.0-dev", path = "../../../primitives/tracing" }
3636
sc-service = { version = "0.10.0-dev", default-features = false, features = ["test-helpers"], path = "../../service" }
37-
async-trait = "0.1.42"
37+
async-trait = "0.1.50"

client/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ sp-tracing = { version = "4.0.0-dev", path = "../../primitives/tracing" }
8181
tracing = "0.1.25"
8282
tracing-futures = { version = "0.2.4" }
8383
parity-util-mem = { version = "0.10.0", default-features = false, features = ["primitive-types"] }
84-
async-trait = "0.1.42"
84+
async-trait = "0.1.50"
8585

8686
[target.'cfg(not(target_os = "unknown"))'.dependencies]
8787
tempfile = "3.1.0"

0 commit comments

Comments
 (0)