diff --git a/Cargo.toml b/Cargo.toml index 80e3b0f..cc6eae7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ oxc_parser = "0.133.0" oxc_span = "0.133.0" phf = "0.13.1" phf_codegen = "0.13.1" -quick-xml = {version = "0.40.1", features = ["serialize"]} +quick-xml = {version = "0.41.0", features = ["serialize"]} rand = "0.10.1" regex = "1.6.0" ress = "0.11.0"