From 4b445fb8cc00845f0ebbd425de0c20c28c8f8431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:04:14 +0000 Subject: [PATCH] chore(deps): bump tokio-util from 0.7.18 to 0.7.19 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.18 to 0.7.19. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.18...tokio-util-0.7.19) --- updated-dependencies: - dependency-name: tokio-util dependency-version: 0.7.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09ad101..6832a78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2867,13 +2867,14 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.18" +version = "0.7.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" +checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52" dependencies = [ "bytes", "futures-core", "futures-sink", + "libc", "pin-project-lite", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index 2769d08..dc2bcda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ time = "=0.3.51" tokio = { version = "=1.53.0", features = ["fs", "io-std", "io-util", "macros", "net", "process", "rt-multi-thread", "signal", "sync", "time"] } tokio-rustls = { version = "=0.26.4", default-features = false, features = ["aws-lc-rs"] } tokio-tungstenite = { version = "=0.30.0", default-features = false, features = ["connect", "rustls-tls-webpki-roots"] } -tokio-util = { version = "=0.7.18", features = ["io"] } +tokio-util = { version = "=0.7.19", features = ["io"] } tower-service = "=0.3.3" url = "=2.5.8" webpki-roots = "=1.0.9"