diff --git a/Cargo.lock b/Cargo.lock index 19bed6a8b..0e7202283 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4968,9 +4968,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.46.0" +version = "1.46.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1140bb80481756a8cbe10541f37433b459c5aa1e727b4c020fbfebdc25bf3ec4" +checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2d628fbbf..b93c3d238 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ thiserror = { version = "2.0.12" } tracing = { version = "0.1.41" } tracing-futures = { features = ["futures-03"], version = "0.2.5" } -tokio = { default-features = false, version = "1.46.0" } +tokio = { default-features = false, version = "1.46.1" } tokio-stream = { default-features = false, version = "0.1.17" } tokio-util = { default-features = false, version = "0.7.15" } unsigned-varint = { version = "0.8.0", features = ["asynchronous_codec"] }