From 53e331cdcefb708874c3778a94384d2b23720b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 19:42:21 +0000 Subject: [PATCH] chore(deps): update quick-xml requirement from 0.39.2 to 0.40.0 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.39.2...v0.40.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.40.0 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 851c3ff..b6d9fc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ path = "src/lib.rs" [dependencies] env_logger = { version = "0.11.10", optional = true } log = "0.4.29" -quick-xml = {version="0.39.2", features = ["serialize"] } +quick-xml = {version="0.40.0", features = ["serialize"] } convert_string = "0.2.0" clap = { version = "4.6.1", features = ["derive"] } encoding_rs = "0.8.35"