From 95dcb65e75d5f55b2af2902fa84c21c10e456e50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:34:27 +0000 Subject: [PATCH] fix(deps): update axum monorepo --- Cargo.toml | 4 ++-- examples/cross-site/Cargo.toml | 2 +- examples/same-site/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b04cc0c..8f479e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,8 @@ edition = "2024" rust-version = "1.85" [dependencies] -axum = "0.6.20" -axum-core = "0.3.4" +axum = "0.8.0" +axum-core = "0.5.0" axum-sessions = "0.5.0" base64 = "0.22.1" rand = "0.10.0" diff --git a/examples/cross-site/Cargo.toml b/examples/cross-site/Cargo.toml index 87549d7..53c1759 100644 --- a/examples/cross-site/Cargo.toml +++ b/examples/cross-site/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" publish = false [dependencies] -axum = "0.6.20" +axum = "0.8.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 bf57d5c..7a7a944 100644 --- a/examples/same-site/Cargo.toml +++ b/examples/same-site/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" publish = false [dependencies] -axum = "0.6.20" +axum = "0.8.0" axum-csrf-sync-pattern = { path = "../../" } axum-sessions = "0.5.0" color-eyre = "0.6.3"