From 5888541c059c04dfc10c73201bb32b4837c24598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 17:08:06 +0000 Subject: [PATCH] chore(cargo): bump tokio-util from 0.7.14 to 0.7.16 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.14 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.14...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 d384705a9..fddacf20c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6146,16 +6146,15 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.14" +version = "0.7.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034" +checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" dependencies = [ "bytes", "futures-core", "futures-io", "futures-sink", "futures-util", - "hashbrown 0.14.5", "pin-project-lite", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index b3885c936..2694278e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -197,7 +197,7 @@ serde_json = "1" tempfile = "3.20.0" thiserror = "2" tokio = "1" -tokio-util = "0.7.14" +tokio-util = "0.7.16" tracing-subscriber = "0.3" yerpc = "0.6.4"