From b367c6a218d2083c316cd1429fad7d9cf87ce9a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:07:33 +0000 Subject: [PATCH] Bump http from 1.1.0 to 1.2.0 Bumps [http](https://github.com/hyperium/http) from 1.1.0 to 1.2.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.1.0...v1.2.0) --- updated-dependencies: - dependency-name: http 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 149a54575..f3f20b997 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2253,9 +2253,9 @@ dependencies = [ [[package]] name = "http" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" dependencies = [ "bytes", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 64f06fc7b..a353615d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ git-version = "0.3.9" hex = "0.4.3" hex-literal = "0.4.1" hpke-dispatch = "0.7.0" -http = "1.1" +http = "1.2" http-api-problem = "0.58.0" itertools = "0.13" janus_aggregator = { version = "0.7.44", path = "aggregator" }