From 22b599b6aec679e349663d77b2e51a49b8bb45c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 14:54:28 +0000 Subject: [PATCH] Bump http from 1.3.1 to 1.4.0 Bumps [http](https://github.com/hyperium/http) from 1.3.1 to 1.4.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.3.1...v1.4.0) --- updated-dependencies: - dependency-name: http dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 29 ++++++++++++++--------------- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2052a7..f3b9532 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -419,7 +419,7 @@ dependencies = [ "futures-util", "hex", "home", - "http 1.3.1", + "http 1.4.0", "http-body-util", "hyper", "hyper-named-pipe", @@ -1176,7 +1176,7 @@ dependencies = [ "fnv", "futures-core", "futures-sink", - "http 1.3.1", + "http 1.4.0", "indexmap 2.6.0", "slab", "tokio", @@ -1263,12 +1263,11 @@ dependencies = [ [[package]] name = "http" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" +checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" dependencies = [ "bytes", - "fnv", "itoa", ] @@ -1279,7 +1278,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.3.1", + "http 1.4.0", ] [[package]] @@ -1290,7 +1289,7 @@ checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" dependencies = [ "bytes", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body", "pin-project-lite", ] @@ -1301,7 +1300,7 @@ version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f056c8559e3757392c8d091e796416e4649d8e49e88b8d76df6c002f05027fd" dependencies = [ - "http 1.3.1", + "http 1.4.0", "serde", ] @@ -1333,7 +1332,7 @@ dependencies = [ "futures-channel", "futures-util", "h2 0.4.6", - "http 1.3.1", + "http 1.4.0", "http-body", "httparse", "httpdate", @@ -1366,7 +1365,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", - "http 1.3.1", + "http 1.4.0", "hyper", "hyper-util", "rustls", @@ -1403,7 +1402,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body", "hyper", "ipnet", @@ -2169,7 +2168,7 @@ dependencies = [ "actix-web", "anyhow", "application", - "http 1.3.1", + "http 1.4.0", "infrastructure", "problem_details", "readonly", @@ -2186,7 +2185,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "777f7cf33eca7f41687a047c133ec7df9a03b13757a2666062d8b9cfa446e397" dependencies = [ "actix-web", - "http 1.3.1", + "http 1.4.0", "http-serde", "serde", "serde_json", @@ -2336,7 +2335,7 @@ dependencies = [ "encoding_rs", "futures-core", "h2 0.4.6", - "http 1.3.1", + "http 1.4.0", "http-body", "http-body-util", "hyper", @@ -3336,7 +3335,7 @@ dependencies = [ "bitflags 2.6.0", "bytes", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body", "iri-string", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 940fa0f..766c99d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ resolver = "2" # Web actix-web = "4.11.0" problem_details = { version = "0.8.0", features = ["actix", "json"] } -http = "1.3.1" +http = "1.4.0" # OpenAPI utoipa = { version = "5.4.0", features = ["actix_extras", "uuid"] }