From 7e7aa7aba00d31d6ebf42eafbec7ec0f3abf29b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:57:59 +0000 Subject: [PATCH] chore(cargo): bump quick-xml from 0.35.0 to 0.36.1 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.35.0 to 0.36.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.35.0...v0.36.1) --- updated-dependencies: - dependency-name: quick-xml 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 852c7cfe5..02df1c824 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5058,9 +5058,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quick-xml" -version = "0.35.0" +version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86e446ed58cef1bbfe847bc2fda0e2e4ea9f0e57b90c507d4781292590d72a4e" +checksum = "96a05e2e8efddfa51a84ca47cec303fac86c8541b686d37cac5efc0e094417bc" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 7298259cb..d00b8bc20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ percent-encoding = "2.3" parking_lot = "0.12" pgp = { version = "0.13", default-features = false } qrcodegen = "1.7.0" -quick-xml = "0.35" +quick-xml = "0.36" quoted_printable = "0.5" rand = { workspace = true } regex = { workspace = true }