From f4bd3c2a071614a9a4fa52bbd1e75ed47897a09c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 16:16:48 +0000 Subject: [PATCH] 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 af4005f..78b39f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,9 +132,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 f08d604..b4472e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ vendor-hyper-util = { path = "crates/vendor-hyper-util" } # the pinned versions land in Cargo.lock for `cargo audit` / Dependabot advisory # coverage without pulling them (and tokio) into the build. h2 = { version = "=0.4.15", optional = true } -hyper = { version = "=1.10.1", optional = true, default-features = false, features = ["http1", "client", "server"] } +hyper = { version = "=1.11.0", optional = true, default-features = false, features = ["http1", "client", "server"] } [profile.release] codegen-units = 1