From ca66b37355f0949a0eb7efca10810334e4e2468d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 14:06:42 +0000 Subject: [PATCH] fix(deps): update rust crate tokio-util to v0.7.18 (#941) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e4e8ec..dec547c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2314,9 +2314,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.17" +version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" +checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 75f2d13..a58f369 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ smallvec = { version = "=1.15.1", features = [ ], optional = true } strum = { version = "=0.27.2", features = ["derive"], optional = true } tokio = { version = "=1.49.0", features = ["fs", "parking_lot", "signal"] } -tokio-util = "=0.7.17" +tokio-util = "=0.7.18" toml = { version = "=0.9.10", default-features = false, features = [ "parse", "serde",