From 5028842fd576b6effeb2b37576f8f31dd4041513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 21:11:15 +0000 Subject: [PATCH] chore(cargo): bump quick-xml from 0.38.4 to 0.39.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.38.4 to 0.39.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.38.4...v0.39.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a3abde4f..41dae9f64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4659,9 +4659,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quick-xml" -version = "0.38.4" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" +checksum = "f2e3bf4aa9d243beeb01a7b3bc30b77cfe2c44e24ec02d751a7104a53c2c49a1" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 9de9710ea..d99044312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ percent-encoding = "2.3" pgp = { version = "0.19.0", default-features = false } pin-project = "1" qrcodegen = "1.7.0" -quick-xml = { version = "0.38", features = ["escape-html"] } +quick-xml = { version = "0.39", features = ["escape-html"] } rand-old = { package = "rand", version = "0.8" } rand = { workspace = true } regex = { workspace = true }