From 7c5415eb95b530bd896f0ae0432d5e8d049f8e76 Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 14:07:32 +0000 Subject: [PATCH] Merge pull request #35 from w4/dependabot/cargo/tokio-util-0.7.10 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f6ca8a..3f3b883 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2306,9 +2306,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 875f47c..cc2dd32 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