From 1508e6f0f5d97a1987ad038cfb51ea764dbd3f65 Mon Sep 17 00:00:00 2001 From: Xuewei Niu Date: Fri, 18 Jul 2025 10:53:38 +0800 Subject: [PATCH] agent: Bump Tokio to v1.46.1 Tokio now has a newer version, let us bump it. Signed-off-by: Xuewei Niu --- src/agent/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent/Cargo.toml b/src/agent/Cargo.toml index 1ce68fc01a..201c185847 100644 --- a/src/agent/Cargo.toml +++ b/src/agent/Cargo.toml @@ -31,7 +31,7 @@ async-recursion = "0.3.2" futures = "0.3.30" # Async runtime -tokio = { version = "1.44.2", features = ["full"] } +tokio = { version = "1.46.1", features = ["full"] } tokio-vsock = "0.3.4" netlink-sys = { version = "0.7.0", features = ["tokio_socket"] }