1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-12-20 14:25:37 +02:00

cargo: bump http from 1.3.1 to 1.4.0 in the minor group (#2988)

Bumps the minor group with 1 update:
[http](https://github.com/hyperium/http).

Updates `http` from 1.3.1 to 1.4.0

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-01 11:39:58 +00:00
committed by GitHub
parent beb74a631b
commit 5aa4a44d56
2 changed files with 4 additions and 5 deletions

7
Cargo.lock generated
View File

@@ -1030,12 +1030,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",
]
@@ -2718,7 +2717,7 @@ dependencies = [
"getrandom 0.3.3",
"once_cell",
"rustix",
"windows-sys 0.60.2",
"windows-sys 0.61.2",
]
[[package]]

View File

@@ -5,6 +5,6 @@ edition = "2024"
[dependencies]
futures-util = { version = "0.3.31", features = ["sink"] }
http = "1.3.1"
http = "1.4.0"
tokio = { version = "1.48.0", features = ["full"] }
tokio-websockets = { version = "0.13.0", features = ["client", "fastrand", "server", "sha1_smol"] }