From 7fb2546f4a447bdd1ea8d3530e7087b6f4dc1c7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 03:18:49 +0000 Subject: [PATCH] fix(deps): 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 41980c82f1..0425800ba6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7412,9 +7412,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 d71772ecf3..16e1f11e54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ time = { version = "0.3.39", features = ["parsing", "formatting", "local-offset" tokio = { version = "1.45.0", features = ["full"] } tokio-stream = { version = "0.1.17", features = ["io-util"] } tokio-tungstenite = "0.26.2" -tokio-util = { version = "0.7.15", features = ["codec", "compat"] } +tokio-util = { version = "0.7.17", features = ["codec", "compat"] } toml = "0.8.12" tracing = { version = "0.1.40", features = ["log"] } tracing-appender = "0.2.2"