From 85ca2164e0250d19742e1f759a96d70bf3d8ebed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 13:03:45 +0000 Subject: [PATCH] chore(deps): bump http from 1.4.2 to 1.5.0 Bumps [http](https://github.com/hyperium/http) from 1.4.2 to 1.5.0. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v1.4.2...v1.5.0) --- updated-dependencies: - dependency-name: http dependency-version: 1.5.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 92f51c3..4a9c350 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1138,9 +1138,9 @@ dependencies = [ [[package]] name = "http" -version = "1.4.2" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" +checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0" dependencies = [ "bytes", "itoa", diff --git a/Cargo.toml b/Cargo.toml index c7bfaac..590d134 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ h3 = "=0.0.8" h3-quinn = "=0.0.10" hmac = "=0.13.0" htmd = "=0.5.5" -http = "=1.4.2" +http = "=1.5.0" http-body = "=1.1.0" http-body-util = "=0.1.4" httpdate = "=1.0.3"