From 6a7a2e2cd7139569e313fe1bf1302e4b3b467789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:51:25 +0000 Subject: [PATCH] Update quick-xml requirement from 0.30 to 0.31 Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version. - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](https://github.com/tafia/quick-xml/compare/v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 887d3f6..483b59c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -quick-xml = { version="0.30", features = ["escape-html"]} +quick-xml = { version="0.31", features = ["escape-html"]} thiserror = "1.0" serde = { version = "1.0", features = ["derive"], optional = true } document-features = { version = "0.2", optional = true }