diff --git a/Cargo.lock b/Cargo.lock index 315ce5b..362a6bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -937,9 +937,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quick-xml" -version = "0.39.2" +version = "0.39.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" +checksum = "721da970c312655cde9b4ffe0547f20a8494866a4af5ff51f18b7c633d0c870b" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 26ff4fb..0e81b34 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.39.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tempfile = "3.27.0"