From 1f951db5d88235bf71860cf63ef6f5bb3476675e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 10:02:11 +0000 Subject: [PATCH] Bump hyper from 1.7.0 to 1.8.1 Bumps [hyper](https://github.com/hyperium/hyper) from 1.7.0 to 1.8.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.7.0...v1.8.1) --- updated-dependencies: - dependency-name: hyper dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5994986197..7fcd3e8b70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -337,7 +337,7 @@ dependencies = [ "dotenv", "dotenv_codegen", "glob", - "hyper 1.7.0", + "hyper 1.8.1", "lazy_static", "libarchive-sys", "percent-encoding", @@ -1036,9 +1036,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" +checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" dependencies = [ "bytes", "http 1.3.1", diff --git a/Cargo.toml b/Cargo.toml index dc7fd38390..b902020b0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ time = "0.1.4" redis = "0.32.7" rocket = { version = "0.5.1", features = ["json"] } rocket_dyn_templates = { version = "0.2.0", features = ["tera"] } -hyper = "1.7" +hyper = "1.8" percent-encoding = "2.3.2" zmq = "0.10.0" dotenv = "0.15.0"