diff --git a/Cargo.lock b/Cargo.lock index a345a84b1..5ffe2c3c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2259,9 +2259,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 88abf84d0..9af6bcd61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,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.8.0-prerelease-1", path = "aggregator" }