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 c85d14e4ee - Show all commits
+1 -1
View File
@@ -18,7 +18,7 @@ futures = { version = "0.3.32" }
mime_guess = { version = "2.0.5" }
uuid = { version = "1.23.3", features = ["v4", "serde"] }
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls", "time", "uuid"] }
time = { version = "0.3.47", features = ["formatting", "macros", "parsing", "serde"] }
time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] }
thiserror = "2.0.18"
base64 = "0.22.1"
jsonwebtoken = { version = "10.3.0", features = ["rust_crypto"] }