🏡 index : ~doyle/rgit.git

author jordan <jordan@doyle.la> 2025-04-03 15:36:13.0 +07:00:00
committer GitHub <noreply@github.com> 2025-04-03 15:36:13.0 +07:00:00
commit
07ecdfa3c1be180ef343494fc9f588aa58d0b61f [patch]
tree
bb42d4367ffb53e15f9e141e1d4e68548e9ef408
parent
02becabbda4100a53c9798b745c8dbe4133f3e26
parent
ca8ec46f4a6b22c98453af0a960ec88002e5c881
download
07ecdfa3c1be180ef343494fc9f588aa58d0b61f.tar.gz

Merge pull request #108 from w4/dependabot/cargo/tokio-util-0.7.14

Bump tokio-util from 0.7.12 to 0.7.14

Diff

 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"