Changed dependencies

This commit is contained in:
2025-03-16 23:40:23 +01:00
parent e5fcc4f59c
commit b3bd9b6ed2

View File

@@ -10,5 +10,6 @@ serde_json = "1.0.140"
sqlx = { version = "0.8.3", features = ["sqlite", "sqlx-macros", "runtime-tokio"] } sqlx = { version = "0.8.3", features = ["sqlite", "sqlx-macros", "runtime-tokio"] }
jsonwebtoken = { version = "9.3.1", features = ["use_pem"] } jsonwebtoken = { version = "9.3.1", features = ["use_pem"] }
uuid = { version = "1.15.1", features = ["v4"] } uuid = { version = "1.15.1", features = ["v4"] }
argon2 = "0.6.0-pre.1" argon2 = { version="0.6.0-pre.1", features = ["std"] }
rand = "0.9.0" rand = "0.9.0"
actix-cors = "0.7.0"