From f5eed96ea0082227c88c6bebe31ebd9ba9ea7cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 19:05:04 +0000 Subject: [PATCH] Update axum-extra requirement from 0.4.0 to 0.6.0 Updates the requirements on [axum-extra](https://github.com/tokio-rs/axum) to permit the latest version. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-extra-v0.4.0...axum-extra-v0.6.0) --- updated-dependencies: - dependency-name: axum-extra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7039dea..af6a69d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ version = "0.6.0" features = ["headers"] [dependencies.axum-extra] -version = "0.4.0" +version = "0.6.0" features = ["cookie-signed"] [dependencies.tokio]