From cc4f26c6ade7b8ea9e6536684630d3135ace3f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:24:28 +0000 Subject: [PATCH] chore(deps): bump hyper from 1.5.2 to 1.6.0 Bumps [hyper](https://github.com/hyperium/hyper) from 1.5.2 to 1.6.0. - [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.5.2...v1.6.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9161d6f..69db204d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1054,9 +1054,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hyper" -version = "1.5.2" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" +checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index c291eaca..3616c2a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ gloo-file = "0.3.0" humansize = "2.1.3" http = "1.1.0" http-body-util = "0.1" -hyper = "1.4" +hyper = "1.6" hyper-util = "0.1.9" leptos = "0.6" leptos_meta = "0.6"