updated to rusqlite 0.25

This commit is contained in:
Martin Brodbeck 2021-05-26 13:29:43 +02:00
parent 2fcb2ac3e7
commit 995bc5e3ed
3 changed files with 56 additions and 28 deletions

View file

@ -11,5 +11,5 @@ zip = "0.5"
quick-xml = "0.22"
[dependencies.rusqlite]
version = "0.24"
version = "0.25"
features = ["bundled"]