wip: I can't figure out the error with ENUM and the postgres type
This commit is contained in:
@@ -21,7 +21,7 @@ sqlx = { version = "0.8.2", features = [
|
||||
"uuid",
|
||||
] }
|
||||
uuid = { version = "1.4.1", features = ["serde", "v4"] }
|
||||
chrono = "0.4.39"
|
||||
chrono = { version = "0.4.26", features = ["serde"] }
|
||||
dotenv = "0.15.0"
|
||||
argon2 = "0.5.3"
|
||||
jwt = "0.16.0"
|
||||
|
||||
Reference in New Issue
Block a user