From 07ecdfa3c1be180ef343494fc9f588aa58d0b61f Mon Sep 17 00:00:00 2001 From: jordan Date: Thu, 03 Apr 2025 15:36:13 +0700 Subject: [PATCH] Merge pull request #108 from w4/dependabot/cargo/tokio-util-0.7.14 Bump tokio-util from 0.7.12 to 0.7.14--- Cargo.lock | 4 +++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c9495e..62e0356 100644 --- a/Cargo.lock +++ a/Cargo.lock @@ -3074,9 +3074,9 @@ [[package]] name = "tokio-util" -version = "0.7.12" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" +checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 718fc0d..02b06b7 100644 --- a/Cargo.toml +++ a/Cargo.toml @@ -66,7 +66,7 @@ timeago = { version = "0.4.2", default-features = false } tokio = { version = "1.42", features = ["full", "tracing"] } tokio-stream = "0.1" -tokio-util = { version = "0.7.10", features = ["io"] } +tokio-util = { version = "0.7.14", features = ["io"] } tower-http = { version = "0.6", features = ["cors", "timeout"] } tower-layer = "0.3" tower-service = "0.3" -- rgit 0.1.4