From b9127cdf4c6a6f1377c0038aa1d92a3f8b76f393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:04:51 +0000 Subject: [PATCH] chore(deps): bump hyper from 1.10.1 to 1.11.0 Bumps [hyper](https://github.com/hyperium/hyper) from 1.10.1 to 1.11.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.10.1...v1.11.0) --- updated-dependencies: - dependency-name: hyper dependency-version: 1.11.0 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 09ad101..9239334 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1185,9 +1185,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498" +checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72" dependencies = [ "atomic-waker", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2769d08..4ba669e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ http = "=1.4.2" http-body = "=1.1.0" http-body-util = "=0.1.4" httpdate = "=1.0.3" -hyper = { version = "=1.10.1", features = ["client", "http1", "http2"] } +hyper = { version = "=1.11.0", features = ["client", "http1", "http2"] } hyper-util = { version = "=0.1.20", features = ["client-legacy", "client-proxy", "client-proxy-system", "http1", "http2", "tokio"] } image = { version = "=0.25.10", default-features = false, features = ["jpeg", "png", "tiff", "webp"] } ipnet = "=2.12.0"