From 6641e93b0b97c35a79de0e7b5f6341d87ba9da90 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Mon, 27 Nov 2023 13:50:38 +0100 Subject: [PATCH] Mention updated dependencies in changelog (#2359) --- axum/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index d74ee983..981ee912 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # 0.7.0 (27. November, 2023) +- **breaking:** Update public dependencies. axum now requires + - [hyper](https://crates.io/crates/hyper) 1.0 + - [http](https://crates.io/crates/http) 1.0 + - [http-body](https://crates.io/crates/http-body) 1.0 +- **breaking:** axum now requires [tower-http](https://crates.io/crates/tower-http) 0.5 - **breaking:** Remove deprecated `WebSocketUpgrade::max_send_queue` - **breaking:** The following types/traits are no longer generic over the request body (i.e. the `B` type param has been removed) ([#1751] and [#1789]):