time: uuid
soaricarus_auth Build / Rustfmt (pull_request) Successful in 1m56s
soaricarus_auth Build / Check (pull_request) Successful in 2m37s
soaricarus_auth Build / Clippy (pull_request) Successful in 3m1s
soaricarus_auth Build / Test Suite (pull_request) Successful in 3m33s
soaricarus_auth Build / build (pull_request) Successful in 4m10s

This commit is contained in:
2026-08-15 10:44:34 -04:00
parent 50059ed0bc
commit 5c1da305ad
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ tracing-subscriber = { version = "0.3.23" }
tower = { version = "0.5.3", features = ["full"] }
tower-http = { version = "0.7.0", features = ["cors"] }
sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio", "tls-native-tls", "time", "uuid"] }
uuid = { version = "1.23.5", features = ["v4", "serde"] }
uuid = { version = "1.24.1", features = ["v4", "serde"] }
argon2 = { version = "0.5.3", features = ["std"] }
time = { version = "0.3.53", features = ["macros", "serde"] }
josekit = { version = "0.10.3" }