From 2283b8617c1e07284cbc65e9946c8066a0eb80c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 01:25:11 +0000 Subject: [PATCH] chore(deps): update rust crate axum to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58a9190..1ab6971 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ actix-utils = "3.0.1" actix-web = "4.9.0" async-std = "1.13.0" async-trait = "0.1.83" -axum = "0.7.9" +axum = "0.8.0" bon = "3.3.2" chrono = "0.4.39" console_error_panic_hook = "0.1.2"