From a34ed617386a9f16921806daea28c25350836b7b Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Fri, 28 Jun 2024 09:05:08 +0200 Subject: [PATCH] Update quick-xml to 0.34 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80d6dc5..b119024 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -quick-xml = { version="0.33", features = ["escape-html"]} +quick-xml = { version="0.34", features = ["escape-html"]} thiserror = "1.0" serde = { version = "1.0", features = ["derive"], optional = true } document-features = { version = "0.2", optional = true }