From 92b7b9aa309ca3f48aec63a14118db3c2d1e5b39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 20:55:56 +0000 Subject: [PATCH] fix(deps): update rust crate axum to 0.6.20 --- 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 5c0470e..06617f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" maintenance = { status = "actively-developed" } [dependencies] -axum = "0.6.16" +axum = "0.6.20" axum-core = "0.3.4" axum-sessions = "0.5.0" base64 = "0.21.7" diff --git a/examples/cross-site/Cargo.toml b/examples/cross-site/Cargo.toml index 718ee1f..0a00b37 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.16" +axum = "0.6.20" 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 8291062..ba5b4dc 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.16" +axum = "0.6.20" axum-csrf-sync-pattern = { path = "../../" } axum-sessions = "0.5.0" color-eyre = "0.6.3"