From 1a3c14c2b4e34d0f43dd3aec4491043293ca6dc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:02:26 -0800 Subject: [PATCH] Bump hyper from 1.5.1 to 1.5.2 (#1013) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b69c4018..03e57b86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -894,9 +894,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "1.5.1" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" +checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index e89ac203..6a447a3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ futures = "0.3.31" futures-core = "0.3.31" heck = "0.5.0" http = "1.1.0" -hyper = "1.5.1" +hyper = "1.5.2" indexmap = "2.7.0" openapiv3 = "2.0.0" percent-encoding = "2.3.0"