From c378b1218d76c7437cc71c79f77b6135a50cdff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 23:37:53 +0000 Subject: [PATCH] chore(cargo): bump tokio-util from 0.7.16 to 0.7.17 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.16 to 0.7.17. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.16...tokio-util-0.7.17) --- updated-dependencies: - dependency-name: tokio-util dependency-version: 0.7.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07c8f7945..d38f332da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6175,9 +6175,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.16" +version = "0.7.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" +checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index c1851c321..b0331ed65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -201,7 +201,7 @@ serde_json = "1" tempfile = "3.23.0" thiserror = "2" tokio = "1" -tokio-util = "0.7.16" +tokio-util = "0.7.17" tracing-subscriber = "0.3" yerpc = "0.6.4"