From aae819264cb86ded51caf574ae5fdb3a423922d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:23:12 +0000 Subject: [PATCH] Bump quick-xml from 0.39.0 to 0.39.1 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.39.0 to 0.39.1. - [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.39.1) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.39.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 adf6337..ac00133 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,9 +55,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.39.0" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2e3bf4aa9d243beeb01a7b3bc30b77cfe2c44e24ec02d751a7104a53c2c49a1" +checksum = "bd58c6a1fc307e1092aa0bb23d204ca4d1f021764142cd0424dccc84d2d5d106" dependencies = [ "memchr", "serde", diff --git a/arm-sysregs-xml/Cargo.toml b/arm-sysregs-xml/Cargo.toml index 1e7ff3b..bad649a 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.39.0", features = ["serialize"] } +quick-xml = { version = "0.39.1", features = ["serialize"] }