From 0aff736efde53e396dbe9acc52725889f559dca6 Mon Sep 17 00:00:00 2001 From: dandan Date: Thu, 10 Jul 2025 15:54:28 +0800 Subject: [PATCH] Chore: fix ref and fix comment Signed-off-by: junxiang Mu <1948535941@qq.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 113938c0..84e2e9c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ argon2 = { version = "0.5.3", features = ["std"] } atoi = "2.0.0" async-channel = "2.5.0" async-recursion = "1.1.1" -async-trait = "0.1" +async-trait = "0.1.88" async-compression = { version = "0.4.0" } atomic_enum = "0.3.0" aws-sdk-s3 = "1.96.0"