Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
9102ec4c1e
commit
835cd32fb1
@ -27,9 +27,9 @@ async-sqlx-session = { version = "0.4.0", features = ["pg"] }
|
|||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = { version = "1" }
|
serde_json = { version = "1" }
|
||||||
|
|
||||||
uuid = { version = "1.5.0", features = [] }
|
uuid = { version = "1.5", features = [] }
|
||||||
sqlx = { version = "0.7.2", features = [
|
sqlx = { version = "0.7", features = [
|
||||||
"runtime-tokio-rustls",
|
"runtime-tokio",
|
||||||
"postgres",
|
"postgres",
|
||||||
"migrate",
|
"migrate",
|
||||||
] }
|
] }
|
||||||
|
Loading…
Reference in New Issue
Block a user