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

@ -27,7 +27,7 @@ thiserror = "2"
url = { version = "2", features = ["serde"] }
[dependencies.rusqlite]
version = "0.33"
version = "0.34"
optional = true
[dependencies.schemars]