From 5c5d44066266eb9efaad7f3da548d3e966080c91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 03:59:36 +0000 Subject: [PATCH] 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 cc575c1..1835f3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" edition = "2021" [dependencies] -axum = "0.7.5" +axum = "0.8.0" resend-rs = "0.5.2" tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }