From 94cad26380010e6d57b9459e1ee721103f043cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 04:19:23 +0000 Subject: [PATCH] chore(deps): bump tokio-util from 0.7.16 to 0.7.18 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.16 to 0.7.18. - [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.18) --- updated-dependencies: - dependency-name: tokio-util dependency-version: 0.7.18 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 b2d5456..fc2b90a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3346,9 +3346,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.16" +version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" +checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index b30bde0..7bd8804 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tree-sitter = { version = "0.25" } tree-sitter-md = { version = "0.5.3" } futures-core = "0.3.32" futures-util = "0.3.32" -tokio-util = "0.7.16" +tokio-util = "0.7.18" clap = { version = "4.5.60", features = ["derive", "string"] } nix = { version = "0.31.2", features = ["signal", "process"] }