diff --git a/Cargo.lock b/Cargo.lock index 844e8d823..61c3dc1b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -927,9 +927,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.39.2" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" +checksum = "2474bd2e5029e7ccb6abb2ba48cf2383a333851dedf495901544281590c7da7f" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 7c70f3dcb..383c39da7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ lazy_static = "1.5" log = "0.4" md-5 = "0.10" num_cpus = "1.17" -quick-xml = "0.39" +quick-xml = "0.40" rayon = "1.11" regex = "1.12" rustc-hash = "2.1"