From e336e0ca09f9c55a3ef57ccf428dd5a156ce3e31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 21:34:19 +0000 Subject: [PATCH] chore(cargo): bump quick-xml from 0.37.5 to 0.38.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.37.5 to 0.38.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.37.5...v0.38.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.38.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 007e2eac6b..5915593e1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4644,9 +4644,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quick-xml" -version = "0.37.5" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" +checksum = "8927b0664f5c5a98265138b7e3f90aa19a6b21353182469ace36d4ac527b7b1b" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index ed362511b2..0f97fa99b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ percent-encoding = "2.3" pgp = { version = "0.16.0", default-features = false } pin-project = "1" qrcodegen = "1.7.0" -quick-xml = "0.37" +quick-xml = "0.38" quoted_printable = "0.5" rand = { workspace = true } regex = { workspace = true }