update sqlx directly, and allow patch bumps from other packages

This commit is contained in:
Aiden McClelland
2022-03-24 13:35:39 -05:00
committed by Aiden McClelland
parent f3a30e40fe
commit a182b0c260
2 changed files with 635 additions and 593 deletions

View File

@@ -108,7 +108,7 @@ serde_toml = { package = "toml", version = "0.5.8" }
serde_yaml = "0.8.21"
sha2 = "0.9.8"
simple-logging = "2.0"
sqlx = { version = "0.5", features = [
sqlx = { version = "0.5.11", features = [
"chrono",
"offline",
"runtime-tokio-rustls",