Updating workflow for main workflows #9

Merged
phoenix merged 15 commits from tweak_add_contact into main 2026-06-14 19:12:25 -04:00
Showing only changes of commit e9a252b647 - Show all commits
+1 -1
View File
@@ -8,7 +8,7 @@ rust-version = "1.96"
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"] }