From 527dd39c4b5119e37632bf21b82eb659daaf27cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 15:02:08 +0000 Subject: [PATCH] Update quick-xml requirement from 0.39 to 0.40 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.0...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 0c95881..e7ad40b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ serde_json = "1.0" uuid = { version = "1", features = ["v4"] } walkdir = "2" zip = "8" -quick-xml = { version = "0.39", features = ["serialize"] } +quick-xml = { version = "0.40", features = ["serialize"] } zstd = "0.13" [dev-dependencies]