From 011779dcf76b8fc89e150f507a3d56c4c42cbb92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 17:08:15 +0000 Subject: [PATCH] chore(cargo): bump tokio-util from 0.7.13 to 0.7.14 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.13 to 0.7.14. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.13...tokio-util-0.7.14) --- updated-dependencies: - dependency-name: tokio-util dependency-version: 0.7.14 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 94aaa72ac..a0642e89f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6151,9 +6151,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.13" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" +checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 8e7b499f8..0ad2328e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -195,7 +195,7 @@ serde_json = "1" tempfile = "3.14.0" thiserror = "2" tokio = "1" -tokio-util = "0.7.13" +tokio-util = "0.7.14" tracing-subscriber = "0.3" yerpc = "0.6.2"