Upgrade sqlx to 0.7 + some tweaks

This commit is contained in:
2023-07-05 21:14:31 -04:00
parent 5169fac218
commit 7289151318
4 changed files with 405 additions and 134 deletions

View File

@@ -27,7 +27,7 @@ once_cell = "1.17"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_with = "3"
sqlx = { version = "0.6", features = [
sqlx = { version = "0.7", features = [
"runtime-tokio-native-tls",
"postgres",
"macros",