chore(cargo): update rusqlite and libsqlite3-sys

SQLCipher does not allow passing empty key
since version v4.5.5,
so PRAGMA calls are wrapped into if's.
This commit is contained in:
link2xt
2024-08-03 19:20:17 +00:00
parent 39ed587959
commit 9788fb16e8
3 changed files with 31 additions and 25 deletions

View File

@@ -172,7 +172,7 @@ num-traits = "0.2"
once_cell = "1.18.0"
rand = "0.8"
regex = "1.10"
rusqlite = "0.31"
rusqlite = "0.32"
sanitize-filename = "0.5"
serde_json = "1"
serde = "1.0"