diff --git a/Cargo.toml b/Cargo.toml index 8a914e4..981be85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ exclude = [ # List of external crates used in this project dtt = "0.0" log = "0.4" -quick-xml = { version = "0.37", features = ["serialize"] } +quick-xml = { version = "0.38", features = ["serialize"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "2.0"