From 8119b164ca6848cd9393abcee5acb19ac18007a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 05:44:02 +0000 Subject: [PATCH] chore: 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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 673f245..016ae34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2646,9 +2646,9 @@ 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", diff --git a/Cargo.toml b/Cargo.toml index 23ae47a..f8a7bc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ testcontainers = { version = "0.25.0", features = [ ], optional = true } thiserror = "2.0.12" tokio = { version = "1.47.1", features = ["io-util"] } -tokio-util = { version = "0.7.15", features = ["io"] } +tokio-util = { version = "0.7.16", features = ["io"] } tokio-stream = { version = "0.1.17", features = ["io-util"] } typed-builder = "0.21.0" url = "2.5.4"