bump: uuid
soaricarus_auth Build / Test Suite (pull_request) Successful in 1m55s
soaricarus_auth Build / Rustfmt (pull_request) Successful in 27s
soaricarus_auth Build / Clippy (pull_request) Successful in 1m58s
soaricarus_auth Build / Check (pull_request) Successful in 5m46s
soaricarus_auth Build / build (pull_request) Successful in 2m28s

This commit is contained in:
2026-07-17 16:03:47 -04:00
parent bd03252b28
commit 09c56a69f6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,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.4", features = ["v4", "serde"] }
uuid = { version = "1.23.5", features = ["v4", "serde"] }
argon2 = { version = "0.5.3", features = ["std"] }
time = { version = "0.3.53", features = ["macros", "serde"] }
josekit = { version = "0.10.3" }