Update sqlx to 0.7

This commit is contained in:
Natsu Kagami 2024-02-04 23:08:53 +01:00
parent a64b9e1157
commit 85954639d7
Signed by: nki
GPG key ID: 55A032EB38B49ADB
24 changed files with 1058 additions and 619 deletions

View file

@ -7,7 +7,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sqlx = { version = "0.6", features = ["runtime-tokio-rustls", "sqlite", "chrono", "offline"] }
sqlx = { version = "0.7", features = ["runtime-tokio", "sqlite", "chrono"] }
thiserror = "1.0.31"
chrono = "0.4.19"
futures-util = "0.3.21"