From a25ed293d75aebc1ce7ea3500c88d7d88e669e5e Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Wed, 2 Aug 2023 17:53:25 +0200 Subject: [PATCH] axum-extra 0.7.6 (#2139) --- axum-extra/CHANGELOG.md | 7 +++++++ axum-extra/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 8530a96721..b8cb0ce9f0 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -9,10 +9,17 @@ and this project adheres to [Semantic Versioning]. - None. +# 0.7.6 (02. August, 2023) + +- **fixed:** Remove unused dependency ([#2135]) + +[#2135]: https://github.com/tokio-rs/axum/pull/2135 + # 0.7.5 (17. July, 2023) - **fixed:** Remove explicit auto deref from `PrivateCookieJar` example ([#2028]) +[#2028]: https://github.com/tokio-rs/axum/pull/2028 [#2028]: https://github.com/tokio-rs/axum/pull/2028 # 0.7.4 (18. April, 2023) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 36c36c5e1c..7a6367f3b0 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "axum-extra" readme = "README.md" repository = "https://github.com/tokio-rs/axum" -version = "0.7.5" +version = "0.7.6" [features] default = []