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" }