diff --git a/Cargo.toml b/Cargo.toml index 0c95881..e7ad40b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ serde_json = "1.0" uuid = { version = "1", features = ["v4"] } walkdir = "2" zip = "8" -quick-xml = { version = "0.39", features = ["serialize"] } +quick-xml = { version = "0.40", features = ["serialize"] } zstd = "0.13" [dev-dependencies]