🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-12-31 14:07:32.0 +00:00:00
committer GitHub <noreply@github.com> 2023-12-31 14:07:32.0 +00:00:00
commit
7c5415eb95b530bd896f0ae0432d5e8d049f8e76 [patch]
tree
27b9dce4f4de8b5e52f3253eac56795e5030b810
parent
18582cffcd13670d6b9ad83c2f5ed719581d023b
parent
e8ccbe9e97f8819910e2d0b92339d93d3d993db7
download
7c5415eb95b530bd896f0ae0432d5e8d049f8e76.tar.gz

Merge pull request #35 from w4/dependabot/cargo/tokio-util-0.7.10



Diff

 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"