Upgrade sqlx and related dependencies to fix future incompatibilities.

pull/177/head
Brian Chowns 7 months ago
parent 7b1b5f7eba
commit 13766cb512

777
Cargo.lock generated

File diff suppressed because it is too large Load Diff

@ -20,7 +20,7 @@ tui = { version = "0.15.0", features = ["crossterm"], default-features = false }
crossterm = "0.20"
anyhow = "1.0.38"
unicode-width = "0.1"
sqlx = { version = "0.5.6", features = ["mysql", "postgres", "sqlite", "chrono", "runtime-tokio-rustls", "decimal", "json"], default-features = false }
sqlx = { version = "0.5.13", features = ["mysql", "postgres", "sqlite", "chrono", "runtime-tokio-rustls", "decimal", "json"], default-features = false }
chrono = "0.4"
tokio = { version = "1.11.0", features = ["full"] }
futures = "0.3.5"

Loading…
Cancel
Save