From 5eda6901f46fc7dfeb91c619f09b4279a49c203c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 02:20:17 +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 | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6408547..4b29f67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1245,12 +1245,11 @@ checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163" [[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", ] diff --git a/Cargo.toml b/Cargo.toml index 62c509a..ac4e5f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ captcha = { git = "https://github.com/freedit-dev/captcha.git", default-features data-encoding = "2.9" fast2s = "0.3" fjall = "2.11.2" -http = "1.3.1" +http = "1.4.0" identicon = { git = "https://github.com/freedit-dev/identicon.git", default-features = false } image = { version = "0.25.8", default-features = false, features = [ "jpeg",