From 132704da2bd31d41a6226a3bc90f40addc825d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 21:22:29 +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 | 4 ++-- arm-sysregs-xml/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de6cd5b..ea99841 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,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 = [ "memchr", "serde", diff --git a/arm-sysregs-xml/Cargo.toml b/arm-sysregs-xml/Cargo.toml index 0e87ff6..04bb1c9 100644 --- a/arm-sysregs-xml/Cargo.toml +++ b/arm-sysregs-xml/Cargo.toml @@ -14,4 +14,4 @@ readme = "README.md" serde = { version = "1.0.228", features = ["derive"] } [dev-dependencies] -quick-xml = { version = "0.40.1", features = ["serialize"] } +quick-xml = { version = "0.41.0", features = ["serialize"] }