From e9b1c5796d51ebeb076be101e15dd1f0195dfc00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 07:27:45 +0000 Subject: [PATCH] fix(deps): 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 +- crates/chat-cli/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 900eac1bf..10b6ebd60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9928,9 +9928,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 7102541d8..e2266b56c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -150,7 +150,7 @@ time = { version = "0.3.39", features = [ ] } tokio = { version = "1.45.0", features = ["full"] } tokio-tungstenite = "0.26.2" -tokio-util = { version = "0.7.15", features = ["codec", "compat"] } +tokio-util = { version = "0.7.16", features = ["codec", "compat"] } toml = "0.8.12" tracing = { version = "0.1.40", features = ["log"] } tracing-subscriber = { version = "0.3.19", features = [ diff --git a/crates/chat-cli/Cargo.toml b/crates/chat-cli/Cargo.toml index f5514cf2e..5ae2ac78d 100644 --- a/crates/chat-cli/Cargo.toml +++ b/crates/chat-cli/Cargo.toml @@ -140,7 +140,7 @@ time = { version = "0.3.39", features = [ ] } tokio = { version = "1.45.0", features = ["full"] } tokio-tungstenite = "0.26.2" -tokio-util = { version = "0.7.15", features = ["codec", "compat"] } +tokio-util = { version = "0.7.16", features = ["codec", "compat"] } toml = "0.8.12" tracing = { version = "0.1.40", features = ["log"] } tracing-appender = "0.2.2"