From 904d192ce5a89407b6abe7b916dded2c36d5780c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:11:48 +0000 Subject: [PATCH] Update Rust crate tokio to 1.41.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 044e8a65..c3288736 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rustdoc-args = ["--cfg=doc_cfg"] futures-core = { version = "0.3.28", default-features = false } futures-sink = { version = "0.3.28", default-features = false } futures-util = { version = "0.3.28", default-features = false, features = ["sink"] } -tokio = { version = "1.28.2", features = ["sync"], optional = true } +tokio = { version = "1.41.1", features = ["sync"], optional = true } futures = { version = "0.3.28", optional = true } pin-project-lite = "0.2.9" @@ -31,7 +31,7 @@ async-stream = "0.3.5" bytes = "1.4.0" debug-ignore = "1.0.5" tempfile = "3.6.0" -tokio = { version = "1.28.2", features = ["fs", "io-util", "macros", "rt", "rt-multi-thread", "sync", "time"] } +tokio = { version = "1.41.1", features = ["fs", "io-util", "macros", "rt", "rt-multi-thread", "sync", "time"] } tokio-test = "0.4.0" [features]