mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 03:32:15 +00:00
Bump sqlx to 0.8
This commit is contained in:
@@ -10,11 +10,10 @@ anyhow = { version = "1.0", features = ["backtrace"] }
|
||||
async-trait = "0.1"
|
||||
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||
sha2 = "0.10"
|
||||
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