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