deps updated

particularly quick_xml which caused some code changes. Lots of testing should be done.
This commit is contained in:
Martin Brodbeck 2024-11-05 14:01:48 +01:00
parent d5c2b277dc
commit 23c126ec9a
3 changed files with 304 additions and 98 deletions

View file

@ -7,9 +7,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
zip = "0.6"
quick-xml = "0.23"
zip = "2.2.0"
quick-xml = "0.37"
[dependencies.rusqlite]
version = "0.27"
version = "0.32.1"
features = ["bundled"]