Update Rust crate sqlx to 0.6
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
2022-10-26 10:02:32 +00:00
parent 70b3b904b3
commit 458e327d0c
2 changed files with 26 additions and 213 deletions

View File

@@ -12,7 +12,7 @@ axum = "0.5.1"
# utilty crates
serde = { version = "1.0.136", features = ["derive"] }
sqlx = { version = "0.5", features = [
sqlx = { version = "0.6", features = [
"runtime-tokio-rustls",
"postgres",
"time",