From 27d1383581192f74994569aeb08894f32008765a Mon Sep 17 00:00:00 2001 From: Mattia Pitossi Date: Sat, 17 Jan 2026 19:06:00 +0100 Subject: [PATCH] deps: bump `tokio` to `1.47.0` (#7862) --- tokio-util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-util/Cargo.toml b/tokio-util/Cargo.toml index 02efd8f26..7811c5d94 100644 --- a/tokio-util/Cargo.toml +++ b/tokio-util/Cargo.toml @@ -35,7 +35,7 @@ join-map = ["rt", "hashbrown"] __docs_rs = ["futures-util"] [dependencies] -tokio = { version = "1.44.0", path = "../tokio", features = ["sync"] } +tokio = { version = "1.47.0", path = "../tokio", features = ["sync"] } bytes = "1.5.0" futures-core = "0.3.0" futures-sink = "0.3.0"