From 9795e3be513cd2def85746ef7d930d1fe5cc60e9 Mon Sep 17 00:00:00 2001 From: tottoto Date: Sun, 7 Dec 2025 12:46:23 +0900 Subject: [PATCH] chore: Update headers to 0.4.1 in lock file (#3579) --- Cargo.lock | 20 +++++++------------- deny.toml | 3 --- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4602b97d..95a9ade3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,7 +115,7 @@ dependencies = [ "axum-core", "axum-extra", "axum-macros", - "base64 0.22.1", + "base64", "bytes", "form_urlencoded", "futures-core", @@ -253,12 +253,6 @@ dependencies = [ "windows-targets", ] -[[package]] -name = "base64" -version = "0.21.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" - [[package]] name = "base64" version = "0.22.1" @@ -360,7 +354,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" dependencies = [ "aes-gcm", - "base64 0.22.1", + "base64", "hkdf", "hmac", "percent-encoding", @@ -672,11 +666,11 @@ dependencies = [ [[package]] name = "headers" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9" +checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb" dependencies = [ - "base64 0.21.7", + "base64", "bytes", "headers-core", "http", @@ -1393,7 +1387,7 @@ version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" dependencies = [ - "base64 0.22.1", + "base64", "bytes", "futures-core", "futures-util", @@ -1899,7 +1893,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697" dependencies = [ "async-compression", - "base64 0.22.1", + "base64", "bitflags", "bytes", "futures-core", diff --git a/deny.toml b/deny.toml index 6bb50f12..c3947f83 100644 --- a/deny.toml +++ b/deny.toml @@ -18,9 +18,6 @@ allow = [ multiple-versions = "deny" highlight = "all" skip-tree = [ - # currently duplicated through header, reqwest, tower-http and cookie - # C.f. https://github.com/tokio-rs/axum/pull/1641 - { name = "base64" }, # parking_lot pulls in old versions of windows-sys { name = "windows-sys" }, # pulled in by quickcheck and cookie