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