From aba08a64bd1d62bb23601b775a51d4eec9cd2aa0 Mon Sep 17 00:00:00 2001 From: mchesterbot <202745+mchesterbot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 04:07:13 +0000 Subject: [PATCH] fix(deps): update rust crate hyper to v1.4.1 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | crate | hyper | 1.4.0 | 1.4.1 | --- server/Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/server/Cargo.lock b/server/Cargo.lock index f0cf5e5..04a7686 100644 --- a/server/Cargo.lock +++ b/server/Cargo.lock @@ -476,7 +476,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.4.0", + "hyper 1.4.1", "hyper-util", "itoa", "matchit", @@ -1069,7 +1069,7 @@ dependencies = [ "http 1.1.0", "humantime", "humantime-serde", - "hyper 1.4.0", + "hyper 1.4.1", "hyper-util", "oauth2", "reqwest 0.12.5", @@ -1637,9 +1637,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc" +checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" dependencies = [ "bytes", "futures-channel", @@ -1678,7 +1678,7 @@ checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.4.0", + "hyper 1.4.1", "hyper-util", "rustls 0.23.7", "rustls-native-certs", @@ -1699,7 +1699,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.0", - "hyper 1.4.0", + "hyper 1.4.1", "pin-project-lite", "socket2", "tokio", @@ -2673,7 +2673,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.4.0", + "hyper 1.4.1", "hyper-rustls 0.27.2", "hyper-util", "ipnet",