Updated sqlx to 0.8

This commit is contained in:
StNicolay 2024-07-23 18:48:53 +03:00
parent c8cc82c208
commit 4121857854
Signed by: StNicolay
GPG Key ID: 9693D04DCD962B0D
2 changed files with 166 additions and 422 deletions

586
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -41,7 +41,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1" serde_json = "1"
serde_yaml = "0.9" serde_yaml = "0.9"
sha2 = "0.10" sha2 = "0.10"
sqlx = { version = "0.7", features = [ sqlx = { version = "0.8", features = [
"mysql", "mysql",
"runtime-tokio-rustls", "runtime-tokio-rustls",
"macros", "macros",