update sqlx to 0.7

This commit is contained in:
jb-alvarado 2023-07-04 08:00:18 +02:00
parent eca9507a1f
commit cd4c8727bd
2 changed files with 530 additions and 258 deletions

786
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -34,7 +34,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
simplelog = { version = "^0.12", features = ["paris"] }
sqlx = { version = "0.6", features = ["runtime-tokio-rustls", "sqlite"] }
sqlx = { version = "0.7", features = ["runtime-tokio", "sqlite"] }
tokio = { version = "1.25", features = ["full"] }
[[bin]]