From ee580ab885b35a95a00496d8629b59d0afdb0974 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 4 May 2026 16:01:36 +0800 Subject: Fix dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e174fd8..50a629d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ just_fmt = "0.1.2" regex = "1.12" # Async runtime -tokio = { version = "1.50", features = ["full"] } +tokio = { version = "1.52", features = ["full"] } # Error handling thiserror = "2" -- cgit