feat: update deps
Some checks are pending
ci/woodpecker/pr/test Pipeline is pending

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-11-10 20:15:11 +01:00
parent 9102ec4c1e
commit 835cd32fb1
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -27,9 +27,9 @@ 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",
uuid = { version = "1.5", features = [] }
sqlx = { version = "0.7", features = [
"runtime-tokio",
"postgres",
"migrate",
] }