From 9919df6ebd1801c4213d57ef7c8e54e4fb7af9a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 12:45:46 +0000 Subject: [PATCH] Update Rust crate tokio-util to v0.7.13 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07c52cf0fe8..7c7df137875 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5209,9 +5209,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.12" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" +checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 1bae4f22ab4..f7e2172f92f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ thiserror = "=2.0.4" tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } tokio = { version = "=1.42.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} tokio-postgres = "=0.7.12" -tokio-util = "=0.7.12" +tokio-util = "=0.7.13" toml = "=0.8.19" tower = "=0.5.1" tower-http = { version = "=0.6.2", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }