Bump sqlx to 0.8

This commit is contained in:
Lennart
2024-07-28 17:48:03 +02:00
parent ea460f8187
commit a0864d6eeb
3 changed files with 262 additions and 299 deletions

View File

@@ -26,11 +26,10 @@ actix-web = "4.4"
anyhow = { version = "1.0", features = ["backtrace"] }
toml = "0.8"
clap = { version = "4.4", features = ["derive", "env"] }
sqlx = { version = "0.7", features = [
sqlx = { version = "0.8", features = [
"sqlx-sqlite",
"sqlx-postgres",
"uuid",
"time",
"chrono",
"postgres",
"sqlite",