From 906f803a209185054e5b1dd6cb94137ad3442ec5 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 25 Nov 2023 18:34:04 +0100 Subject: [PATCH] Update changelog (#2349) --- axum-extra/CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index b89c7279..dec8f144 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -12,12 +12,15 @@ and this project adheres to [Semantic Versioning]. - **added:** `Clone` implementation for `ErasedJson` ([#2142]) - **breaking:** Update to prost 0.12. Used for the `Protobuf` extractor - **breaking:** Make `tokio` an optional dependency -- **breaking**: Functions and methods that previously accepted a `Cookie` now accept any `T: Into` ([#2348]) +- **breaking:** Upgrade `cookie` dependency to 0.18 ([#2343]) +- **breaking:** Functions and methods that previously accepted a `Cookie` + now accept any `T: Into` ([#2348]) [#1850]: https://github.com/tokio-rs/axum/pull/1850 [#2142]: https://github.com/tokio-rs/axum/pull/2142 -[#2310]: https://github.com/tokio-rs/axum/pull/2310 -[#2348]: https://github.com/tokio-rs/axum/pull/2348 +[#2310]: https://github.com/tokio-rs/axum/pull/2310 +[#2343]: https://github.com/tokio-rs/axum/pull/2343 +[#2348]: https://github.com/tokio-rs/axum/pull/2348 # 0.7.4 (18. April, 2023)