make checks work

This commit is contained in:
Jai A
2024-10-16 15:57:44 -07:00
parent a7d4001b00
commit 907ef38189
32 changed files with 3330 additions and 6862 deletions

View File

@@ -60,7 +60,7 @@ rand = "0.8"
byteorder = "1.5.0"
base64 = "0.22.0"
sqlx = { version = "0.8.0", features = [ "runtime-tokio", "sqlite", "macros" ] }
sqlx = { version = "0.8.2", features = [ "runtime-tokio", "sqlite", "macros" ] }
[target.'cfg(windows)'.dependencies]
winreg = "0.52.0"