bump: axum

This commit is contained in:
2026-05-09 19:07:58 -04:00
parent cb2d063ee1
commit 63ff6fd002
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2024"
rust-version = "1.95"
[dependencies]
axum = { version = "0.8.8", features = ["multipart"] }
axum = { version = "0.8.9", features = ["multipart"] }
axum-extra = { version = "0.12.5", features = ["cookie"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.149" }