🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-12-31 14:05:36.0 +00:00:00
committer GitHub <noreply@github.com> 2023-12-31 14:05:36.0 +00:00:00
commit
e8ccbe9e97f8819910e2d0b92339d93d3d993db7 [patch]
tree
6a23f1c39e9668cdfab0e07b30a1ecb6bb10ca5b
parent
56697e63038327189905677f73ecf225cad4453c
download
e8ccbe9e97f8819910e2d0b92339d93d3d993db7.tar.gz

Bump tokio-util from 0.7.9 to 0.7.10

Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.9 to 0.7.10.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

---
updated-dependencies:
- dependency-name: tokio-util
  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 aca619d..da92087 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2373,9 +2373,9 @@ dependencies = [

[[package]]
name = "tokio-util"
version = "0.7.9"
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
dependencies = [
 "bytes",
 "futures-core",
diff --git a/Cargo.toml b/Cargo.toml
index 223d8db..7a1f8cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ flate2 = "1.0"
time = { version = "0.3", features = ["serde"] }
timeago = { version = "0.4.2", default-features = false }
tokio = { version = "1.19", features = ["full"] }
tokio-util = { version = "0.7.3", features = ["io"] }
tokio-util = { version = "0.7.10", features = ["io"] }
tokio-stream = "0.1"
tower = "0.4"
tower-service = "0.3"