From 440b7bf7c9294e0d743b0840de67a996fdeb0d62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 18:09:59 +0000 Subject: [PATCH] fix(deps): update rust crate axum-core to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2043a7b..0170ac0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ maintenance = { status = "actively-developed" } [dependencies] axum = "0.6.20" -axum-core = "0.3.4" +axum-core = "0.4.0" axum-sessions = "0.5.0" base64 = "0.22.1" rand = "0.8.5"