mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 15:52:38 +00:00
Bump sqlx to 0.8
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user