sqlx -> 0.7

This commit is contained in:
2023-08-29 21:34:00 +02:00
parent dfe46ef2ee
commit 99b58d0721
2 changed files with 445 additions and 95 deletions

View File

@@ -46,13 +46,12 @@ features = [
]
[dependencies.sqlx]
version = "0.6"
version = "0.7"
features = [
"runtime-tokio-rustls",
"sqlite",
"macros",
"time",
"offline",
"migrate",
]