From faf681cb0021410a958423f56d64994b5b9af163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=82=8E=E6=B3=BC?= Date: Tue, 9 Jul 2024 18:42:19 +0800 Subject: [PATCH] Dep: Require tokio 1.22 for WeakUnboundedSender --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10706e9ed..5568d4bca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ serde_json = "1.0.57" syn = "2.0" tempfile = { version = "3.4.0" } thiserror = "1.0.49" -tokio = { version="1.8", default-features=false, features=["fs", "io-util", "macros", "rt", "rt-multi-thread", "sync", "time"] } +tokio = { version="1.22", default-features=false, features=["io-util", "macros", "rt", "rt-multi-thread", "sync", "time"] } tracing = { version = "0.1.40" } tracing-appender = "0.2.0" tracing-futures = "0.2.4"