diff --git a/Cargo.lock b/Cargo.lock index 315ce5b..d9aaeed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -937,9 +937,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[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 26ff4fb..3622d39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ portable-pty = "0.8.1" # FIXME: portable-pty 0.9 is seemingly broken on Windows # won't build without `alloc` (or `std`) enabled. pretty_assertions = { version = "1.4.1", default-features = false, features = ["alloc"] } pulldown-cmark = "0.9.6" -quick-xml = "0.39.2" +quick-xml = "0.40.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tempfile = "3.27.0"