Update #251

Merged
phoenix merged 17 commits from update into main 2026-07-07 23:25:45 -04:00
Showing only changes of commit 16c053a055 - Show all commits
+1 -1
View File
@@ -8,7 +8,7 @@ rust-version = "1.95"
axum = { version = "0.8.9", features = ["multipart"] }
axum-extra = { version = "0.12.6", features = ["cookie"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.149" }
serde_json = { version = "1.0.150" }
tokio = { version = "1.52.3", features = ["full"] }
tokio-util = { version = "0.7.18", features = ["io"] }
tower = { version = "0.5.3", features = ["full"] }