🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-04-03 8:28:04.0 +00:00:00
committer GitHub <noreply@github.com> 2025-04-03 8:28:04.0 +00:00:00
commit
ca8ec46f4a6b22c98453af0a960ec88002e5c881 [patch]
tree
bb42d4367ffb53e15f9e141e1d4e68548e9ef408
parent
02becabbda4100a53c9798b745c8dbe4133f3e26
download
ca8ec46f4a6b22c98453af0a960ec88002e5c881.tar.gz

Bump tokio-util from 0.7.12 to 0.7.14

Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.12 to 0.7.14.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.12...tokio-util-0.7.14)

---
updated-dependencies:
- dependency-name: tokio-util
  dependency-version: 0.7.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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"