Skip to content

Commit 2c97057

Browse files
committed
build(deps): update the rust version for adopt edition 2024
1 parent ef759bd commit 2c97057

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ edition = "2021"
2525

2626
# Common dependencies for all crates
2727
[workspace.dependencies]
28-
async-trait = "0.1.52"
28+
async-trait = "0.1.89"
2929
cgroups-rs = "0.4.0"
3030
crossbeam = "0.8.1"
3131
futures = "0.3.19"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.82"
2+
channel = "1.91"
33
components = ["rustfmt", "clippy", "llvm-tools"]

0 commit comments

Comments
 (0)