From 1441e3a89c005cecd97c938631208a87d76a2621 Mon Sep 17 00:00:00 2001 From: mchesterbot <202745+mchesterbot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:11:08 +0000 Subject: [PATCH] fix(deps): update rust crate hyper to v1.4.0 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | crate | hyper | 1.3.1 | 1.4.0 | --- server/Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/server/Cargo.lock b/server/Cargo.lock index 0a8768a..6f72798 100644 --- a/server/Cargo.lock +++ b/server/Cargo.lock @@ -486,7 +486,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.3.1", + "hyper 1.4.0", "hyper-util", "itoa", "matchit", @@ -1079,7 +1079,7 @@ dependencies = [ "http 1.1.0", "humantime", "humantime-serde", - "hyper 1.3.1", + "hyper 1.4.0", "hyper-util", "oauth2", "reqwest", @@ -1641,9 +1641,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" +checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc" dependencies = [ "bytes", "futures-channel", @@ -1683,7 +1683,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.0", - "hyper 1.3.1", + "hyper 1.4.0", "pin-project-lite", "socket2", "tokio",