update all dependencies

This commit is contained in:
Sebastian Hugentobler 2024-06-26 08:10:39 +02:00
parent 672c50e5c5
commit c9e7566aee
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
3 changed files with 43 additions and 15 deletions

View file

@ -24,8 +24,8 @@ tokio-util = "0.7.11"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }
quick-xml = { version = "0.31.0", features = ["serialize"] }
quick-xml = { version = "0.34.0", features = ["serialize"] }
[build-dependencies]
ignore = "0.4.22"
zip = { version = "1.2.2", default-features = false, features = ["deflate"] }
zip = { version = "2.1.3", default-features = false, features = ["deflate"] }