From 28dd39b89b2f23a0ec446917523951300b802494 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 07:06:25 +0000 Subject: [PATCH] Update Rust crate headers to 0.4 --- Cargo.lock | 14 +++++++------- site/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f028541cad..3b4ad15f98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1106,14 +1106,14 @@ dependencies = [ [[package]] name = "headers" -version = "0.3.9" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" +checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb" dependencies = [ - "base64 0.21.7", + "base64 0.22.1", "bytes", "headers-core", - "http 0.2.12", + "http 1.4.0", "httpdate", "mime", "sha1", @@ -1121,11 +1121,11 @@ dependencies = [ [[package]] name = "headers-core" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" +checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" dependencies = [ - "http 0.2.12", + "http 1.4.0", ] [[package]] diff --git a/site/Cargo.toml b/site/Cargo.toml index 3361343675..cc0690255d 100644 --- a/site/Cargo.toml +++ b/site/Cargo.toml @@ -21,7 +21,7 @@ tokio = { workspace = true, features = ["macros", "time"] } futures = "0.3" hyper = { version = "0.14", features = ["server", "stream"] } -headers = "0.3" +headers = "0.4" http = "0.2" rmp-serde = "1.1" brotli = "3.3.3"