From e9526adaabdaae85415879394c7f103ebf8d8e8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 01:12:27 +0000 Subject: [PATCH] Bump quick-xml from 0.40.1 to 0.41.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.40.1 to 0.41.0. - [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.1...v0.41.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dab6363..3dbdd11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,7 +121,7 @@ dependencies = [ "csv", "pico-args", "plist", - "quick-xml 0.40.1", + "quick-xml 0.41.0", "rmp-serde", "rsv-core", "serde", @@ -435,9 +435,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.40.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2474bd2e5029e7ccb6abb2ba48cf2383a333851dedf495901544281590c7da7f" +checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" dependencies = [ "encoding_rs", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 10a383b..2958e1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ ciborium = { version = "0.2.2", optional = true } csv = { version = "1.4.0", optional = true } pico-args = { version = "0.5.0", features = ["short-space-opt"], optional = true } plist = { version = "1.9.0", optional = true } -quick-xml = { version = "0.40.1", features = ["encoding", "serialize"], optional = true } +quick-xml = { version = "0.41.0", features = ["encoding", "serialize"], optional = true } rmp-serde = { version = "1.3.1", optional = true } rsv-core = { version = "0.0.4", optional = true } serde = { version = "1.0.228", features = ["serde_derive"] }