From 5ad988e6c267e2d38466e5932210c4bf78520e80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 14:12:06 +0000 Subject: [PATCH] build(deps): bump hyper from 1.4.1 to 1.5.1 Bumps [hyper](https://github.com/hyperium/hyper) from 1.4.1 to 1.5.1. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v1.4.1...v1.5.1) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- wacker/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bcd6820..633bd70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1137,9 +1137,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "1.4.1" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ "bytes", "futures-channel", diff --git a/wacker/Cargo.toml b/wacker/Cargo.toml index 363f0aa..ddf8d70 100644 --- a/wacker/Cargo.toml +++ b/wacker/Cargo.toml @@ -30,7 +30,7 @@ rand = "0.8.5" tower = "0.4.13" prost = "0.13.1" async-stream = "0.3.5" -hyper = "1.4.1" +hyper = "1.5.1" hyper-util = "0.1.6" http = "1.1.0" http-body-util = "0.1.2"