From 4ce88aeb0315b6bcf7d90317538b00bc58f833d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:32:31 +0000 Subject: [PATCH] build(deps): update quick-xml requirement from 0.40 to 0.41 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.40.0...v0.41.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.41.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 c8ca67d..e488284 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["xml", "serde"] readme = "README.md" [dependencies] -quick-xml = { version = "0.40", features = ["serialize"] } +quick-xml = { version = "0.41", features = ["serialize"] } [dev-dependencies] xmlserde_derives = { path = "./derives", version = "0.13.1" }