From 7571e772144e92dbc6cfbab24188e4c61eed47c9 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Mon, 27 Jul 2026 12:38:45 +0000 Subject: [PATCH 1/2] build: increase MSRV to 1.71 to match `base64` 0.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad3fa580..9cd0624d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ authors = ["Sean McArthur "] keywords = ["http", "headers", "hyper", "hyperium"] categories = ["web-programming"] edition = "2018" -rust-version = "1.57" +rust-version = "1.71" [workspace] members = ["headers-core"] From a45c6f49577d717994f8f87bccab67c805ebb9e1 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Mon, 27 Jul 2026 12:38:50 +0000 Subject: [PATCH 2/2] chore: update to base64 0.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9cd0624d..fca2e4c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ members = ["headers-core"] [dependencies] http = "1.0.0" headers-core = { version = "0.3", path = "./headers-core" } -base64 = "0.22" +base64 = "0.23" bytes = "1" mime = "0.3.14" sha1 = "0.10"