Update Rust crate http to v1.5.0

This commit is contained in:
Rasensprenger 2026-08-06 18:02:40 +02:00
commit 0d202700fe

36
Cargo.lock generated
View file

@ -1688,7 +1688,7 @@ dependencies = [
"fnv",
"futures-core",
"futures-sink",
"http 1.4.2",
"http 1.5.0",
"indexmap",
"slab",
"tokio",
@ -1705,7 +1705,7 @@ dependencies = [
"bytes",
"fastrand",
"futures-util",
"http 1.4.2",
"http 1.5.0",
"pin-project-lite",
"tokio",
]
@ -1746,7 +1746,7 @@ dependencies = [
"futures-util",
"h3",
"h3-datagram",
"http 1.4.2",
"http 1.5.0",
"pin-project-lite",
"tokio",
"tracing",
@ -1798,7 +1798,7 @@ dependencies = [
"base64",
"bytes",
"headers-core",
"http 1.4.2",
"http 1.5.0",
"httpdate",
"mime",
"sha1 0.10.7",
@ -1810,7 +1810,7 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
dependencies = [
"http 1.4.2",
"http 1.5.0",
]
[[package]]
@ -1880,9 +1880,9 @@ dependencies = [
[[package]]
name = "http"
version = "1.4.2"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
dependencies = [
"bytes",
"itoa",
@ -1895,7 +1895,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
dependencies = [
"bytes",
"http 1.4.2",
"http 1.5.0",
]
[[package]]
@ -1906,7 +1906,7 @@ checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
dependencies = [
"bytes",
"futures-core",
"http 1.4.2",
"http 1.5.0",
"http-body",
"pin-project-lite",
]
@ -1944,7 +1944,7 @@ dependencies = [
"futures-channel",
"futures-core",
"h2 0.4.15",
"http 1.4.2",
"http 1.5.0",
"http-body",
"httparse",
"httpdate",
@ -1961,7 +1961,7 @@ version = "0.27.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
dependencies = [
"http 1.4.2",
"http 1.5.0",
"hyper",
"hyper-util",
"rustls",
@ -1980,7 +1980,7 @@ dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http 1.4.2",
"http 1.5.0",
"http-body",
"hyper",
"ipnet",
@ -3091,7 +3091,7 @@ dependencies = [
"h3",
"h3-quinn",
"h3-webtransport",
"http 1.4.2",
"http 1.5.0",
"http-body-util",
"hyper",
"hyper-util",
@ -4121,7 +4121,7 @@ dependencies = [
"encoding_rs",
"futures-core",
"h2 0.4.15",
"http 1.4.2",
"http 1.5.0",
"http-body",
"http-body-util",
"hyper",
@ -5126,7 +5126,7 @@ dependencies = [
"bitflags 2.13.1",
"bytes",
"futures-util",
"http 1.4.2",
"http 1.5.0",
"http-body",
"pin-project-lite",
"tower",
@ -5193,7 +5193,7 @@ checksum = "e48ac77174b19c110a50ab2128b24215ac9cb40e0e12e093fb602d175c569d22"
dependencies = [
"bytes",
"data-encoding",
"http 1.4.2",
"http 1.5.0",
"httparse",
"log",
"native-tls",
@ -5368,7 +5368,7 @@ dependencies = [
"bytes",
"futures-util",
"headers",
"http 1.4.2",
"http 1.5.0",
"http-body",
"http-body-util",
"log",
@ -5461,7 +5461,7 @@ name = "web-server"
version = "0.1.0"
dependencies = [
"bytes",
"http 1.4.2",
"http 1.5.0",
"iota-logger",
"iota-util",
"mtp",