From eb01a6c1fff5509a7349a637f0307ebc758bdd6c Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 29 Jun 2025 17:01:12 -0400 Subject: [PATCH] Updating axum --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20fe634..c59c186 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" edition = "2024" [dependencies] -axum = { version = "0.8.3", features = ["multipart"] } +axum = { version = "0.8.4", features = ["multipart"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = { version = "1.0.140" } tower = { version = "0.5.2" }