From bec1003d30d7b5539156cb25f34e2e26e3fa9b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 18:47:31 +0000 Subject: [PATCH] build(deps): bump tokio-util from 0.7.15 to 0.7.16 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.15 to 0.7.16. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.15...tokio-util-0.7.16) --- updated-dependencies: - dependency-name: tokio-util dependency-version: 0.7.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eaf3132a8..2fb572095 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6443,15 +6443,14 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.15" +version = "0.7.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" +checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" dependencies = [ "bytes", "futures-core", "futures-sink", "futures-util", - "hashbrown 0.15.4", "pin-project-lite", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index 33717660b..53dea10e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -666,7 +666,7 @@ version = "0.4.4" # Useful async utilities [workspace.dependencies.tokio-util] -version = "0.7.15" +version = "0.7.16" features = ["rt"] # Tower services