From be5f5267181817d2cdd20452fbe883c493abb3d6 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 07:38:25 -0500 Subject: [PATCH] Update Rust crate hyper to 1.5.0 (#40) Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com> --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f37897e..8489147 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,7 +565,7 @@ dependencies = [ "hostname 0.4.0", "http 1.1.0", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-util", "indexmap 2.6.0", "multer", @@ -1067,9 +1067,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" dependencies = [ "bytes", "futures-channel", @@ -1125,7 +1125,7 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-util", "log", "rustls 0.23.12", @@ -1147,7 +1147,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.4.1", + "hyper 1.5.0", "pin-project-lite", "socket2", "tokio", @@ -1961,7 +1961,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-util", "ipnet", "js-sys", @@ -2957,7 +2957,7 @@ dependencies = [ "hex", "http 1.1.0", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "jsonwebtoken", "mockall", diff --git a/Cargo.toml b/Cargo.toml index 7b513db..71e1103 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ heck = "0.5.0" hex = "0.4.3" http = "1" http-body-util = "0.1.2" -hyper = "1.4.1" +hyper = "1.5.0" hyper-rustls = "0.27" jsonwebtoken = "9.3.0" mockall = "0.13.0"