some really stupid changes that I probably shouldn't commit
So I'm trying to switch to sqlx...........
This commit is contained in:
parent
4659cb6de5
commit
186142a012
3 changed files with 145 additions and 133 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue