build(deps): update to rusqlite 0.34, rustix 1 and fix warnings

This commit is contained in:
oxalica 2025-03-18 11:12:46 -04:00
parent 740e540b4b
commit 37fbf5149e
8 changed files with 312 additions and 222 deletions

View file

@ -23,8 +23,8 @@ parking_lot = "0.12" # Maybe no better performance, just that we hate poisoning.
paste = "1.0.15"
rand = "0.8"
reqwest = "0.12"
rusqlite = { version = "0.33", features = ["rusqlite-macros"] }
rustix = { version = "0.38", features = ["net"] }
rusqlite = { version = "0.34", features = ["rusqlite-macros"] }
rustix = { version = "1", features = ["net"] }
sd-notify = "0.4"
serde = { version = "1", features = ["derive"] }
serde-constant = "0.1"