From 8fb825e3d7040b4de30eca7fdec6fe33cf3b3618 Mon Sep 17 00:00:00 2001 From: Juan Aguilar Santillana Date: Mon, 2 Dec 2024 13:27:10 +0100 Subject: [PATCH] chore: update CHANGES --- actix-http-test/CHANGES.md | 2 ++ actix-http/CHANGES.md | 2 ++ actix-router/CHANGES.md | 3 +++ awc/CHANGES.md | 2 ++ 4 files changed, 9 insertions(+) diff --git a/actix-http-test/CHANGES.md b/actix-http-test/CHANGES.md index 4d133e3ec..ff805da52 100644 --- a/actix-http-test/CHANGES.md +++ b/actix-http-test/CHANGES.md @@ -3,6 +3,8 @@ ## Unreleased - Minimum supported Rust version (MSRV) is now 1.72. +- Update `h2` to `0.4.7` +- Update `http` to `1.1.0` ## 3.2.0 diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 982add26a..fc42ac659 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -5,6 +5,8 @@ ### Added - Add `header::CLEAR_SITE_DATA` constant. +- Update `h2` to `0.4.7` +- Update `http` to `1.1.0` ### Changed diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md index 6305b45c3..6a773b997 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -2,6 +2,9 @@ ## Unreleased +- Update `h2` to `0.4.7` +- Update `http` to `1.1.0` + ## 0.5.3 - Add `unicode` crate feature (on-by-default) to switch between `regex` and `regex-lite` as a trade-off between full unicode support and binary size. diff --git a/awc/CHANGES.md b/awc/CHANGES.md index 8a2a1ec43..186017302 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -5,6 +5,8 @@ - Update `brotli` dependency to `7`. - Prevent panics on connection pool drop when Tokio runtime is shutdown early. - Minimum supported Rust version (MSRV) is now 1.75. +- Update `h2` to `0.4.7` +- Update `http` to `1.1.0` ## 3.5.1