From e8ccbe9e97f8819910e2d0b92339d93d3d993db7 Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 14:05:36 +0000 Subject: [PATCH] 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] --- 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" -- libgit2 1.7.2