Merge pull request #4283 from deltachat/dependabot/cargo/rusqlite-0.29.0

This commit is contained in:
dependabot[bot]
2023-04-03 08:25:57 +00:00
committed by GitHub
4 changed files with 27 additions and 20 deletions

View File

@@ -71,7 +71,7 @@ quick-xml = "0.28"
rand = "0.8"
regex = "1.7"
reqwest = { version = "0.11.16", features = ["json"] }
rusqlite = { version = "0.28", features = ["sqlcipher"] }
rusqlite = { version = "0.29", features = ["sqlcipher"] }
rust-hsluv = "0.1"
sanitize-filename = "0.4"
serde_json = "1.0"