From f322781b04cc3191416640b318cc2909597ac085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 23:06:51 +0000 Subject: [PATCH] chore(cargo): bump quick-xml from 0.30.0 to 0.31.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.30.0 to 0.31.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.30.0...v0.31.0) --- 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 b8ae2c8af7..d19657a4e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3585,9 +3585,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quick-xml" -version = "0.30.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956" +checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index e717202657..ff46422f31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ parking_lot = "0.12" pgp = { version = "0.10", default-features = false } pretty_env_logger = { version = "0.5", optional = true } qrcodegen = "1.7.0" -quick-xml = "0.30" +quick-xml = "0.31" rand = "0.8" regex = "1.9" reqwest = { version = "0.11.20", features = ["json"] }