🏡 index : ~doyle/rgit.git

author jordan <jordan@doyle.la> 2025-05-03 21:55:08.0 +07:00:00
committer GitHub <noreply@github.com> 2025-05-03 21:55:08.0 +07:00:00
commit
2b9b5bee02c019ee83a6b23e805001516215ab86 [patch]
tree
7103e481c04f057dc2bd5f72e08254ef6c0c8a33
parent
e490abff03d19b826d78a1860fcb9ceda0cc8852
parent
9d7982556829381d4486e3e660f676faf76611a4
download
2b9b5bee02c019ee83a6b23e805001516215ab86.tar.gz

Merge pull request #134 from w4/dependabot/cargo/tokio-util-0.7.15

Bump tokio-util from 0.7.14 to 0.7.15

Diff

 Cargo.lock | 4 +++-
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 4ca1eb4..3e83d53 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -3008,9 +3008,9 @@

[[package]]
name = "tokio-util"
version = "0.7.14"
version = "0.7.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
dependencies = [
 "bytes",
 "futures-core",
diff --git a/Cargo.toml b/Cargo.toml
index 5701907..50e8c12 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -68,7 +68,7 @@
timeago = { version = "0.4.2", default-features = false }
tokio = { version = "1.44", features = ["full", "tracing"] }
tokio-stream = "0.1"
tokio-util = { version = "0.7.14", features = ["io"] }
tokio-util = { version = "0.7.15", features = ["io"] }
tower-http = { version = "0.6", features = ["cors", "timeout"] }
tower-layer = "0.3"
tower-service = "0.3"