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" }