From f04cfe7cf6bb593fb8f0c9ddfbfa82df21eb845b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 22:27:58 +0000 Subject: [PATCH] fix(deps): update rust crate axum to 0.7.0 --- Cargo.toml | 2 +- examples/cross-site/Cargo.toml | 2 +- examples/same-site/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2043a7b..575e500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" maintenance = { status = "actively-developed" } [dependencies] -axum = "0.6.20" +axum = "0.7.0" axum-core = "0.3.4" axum-sessions = "0.5.0" base64 = "0.22.1" diff --git a/examples/cross-site/Cargo.toml b/examples/cross-site/Cargo.toml index 7c4ad8b..0f3874f 100644 --- a/examples/cross-site/Cargo.toml +++ b/examples/cross-site/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -axum = "0.6.20" +axum = "0.7.0" axum-csrf-sync-pattern = { path = "../../" } axum-sessions = "0.5.0" color-eyre = "0.6.3" diff --git a/examples/same-site/Cargo.toml b/examples/same-site/Cargo.toml index ba5b4dc..3f8d35e 100644 --- a/examples/same-site/Cargo.toml +++ b/examples/same-site/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -axum = "0.6.20" +axum = "0.7.0" axum-csrf-sync-pattern = { path = "../../" } axum-sessions = "0.5.0" color-eyre = "0.6.3"