From 9ba52fe1c5028fbe01ead635b61cdd44083b3dba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 01:08:05 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.49.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2deb7ea2..efaa6dd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,5 +41,5 @@ fs2 = "0.4.3" anyhow = "1.0.101" clap = { version = "4.5.58", features = ["derive"] } async-trait = "0.1.89" -tokio = { version = "1.48.0", features = ["rt-multi-thread", "macros", "sync", "time"] } +tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros", "sync", "time"] } tokio-util = { version = "0.7.18" }