diff --git a/actix-http-test/CHANGES.md b/actix-http-test/CHANGES.md index 24670dd88..028fe3ddc 100644 --- a/actix-http-test/CHANGES.md +++ b/actix-http-test/CHANGES.md @@ -2,7 +2,6 @@ ## Unreleased - 2022-xx-xx - Minimum supported Rust version (MSRV) is now 1.59. -- Update `base64` to `0.21`. ## 3.0.0 - 2022-07-24 diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index a4940a414..e962a2462 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -15,8 +15,6 @@ - `X_FORWARDED_HOST` - `X_FORWARDED_PROTO` -### Changed -- Update `base64` to 0.21. ### Performance - Improve overall performance of operations on `Extensions`. [#2890] diff --git a/awc/CHANGES.md b/awc/CHANGES.md index 50134ec3c..7892d9339 100644 --- a/awc/CHANGES.md +++ b/awc/CHANGES.md @@ -3,7 +3,6 @@ ## Unreleased - 2022-xx-xx ### Changed - Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency. -- Update `base64` to `0.21`. ## 3.0.1 - 2022-08-25