some really stupid changes that I probably shouldn't commit

So I'm trying to switch to sqlx...........
This commit is contained in:
Chris Cochrun 2024-09-18 15:59:28 -05:00
parent 4659cb6de5
commit 186142a012
3 changed files with 145 additions and 133 deletions

View file

@ -32,7 +32,7 @@ zstd = "0.12.4"
serde_json = "1.0.104"
fastrand = "2.0.0"
rfd = { version = "0.12.1", features = ["xdg-portal"], default-features = false }
sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio"] }
sqlx = { version = "0.8.2", features = ["sqlite", "runtime-tokio", "macros"] }
tokio = { version = "1.32.0", features = ["full"] }
tracing-subscriber = { version = "0.3.17", features = ["fmt", "std", "chrono", "time", "local-time", "env-filter"] }
tracing = "0.1.37"