From b655618bbe5866acc43860c2805b81c4831618d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 17:41:56 +0000 Subject: [PATCH] cargo: bump quick-xml from 0.23.0 to 0.25.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.23.0 to 0.25.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.23.0...v0.25.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 ad998f1a67..919c7468ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2667,9 +2667,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quick-xml" -version = "0.23.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9279fbdacaad3baf559d8cabe0acc3d06e30ea14931af31af79578ac0946decc" +checksum = "58e21a144a0ffb5fad7b464babcdab934a325ad69b7c0373bcfef5cbd9799ca9" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 68778ffaf9..6e83cd7fb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ once_cell = "1.13.1" percent-encoding = "2.0" pgp = { version = "0.8", default-features = false } pretty_env_logger = { version = "0.4", optional = true } -quick-xml = "0.23" +quick-xml = "0.25" r2d2 = "0.8" r2d2_sqlite = "0.20" rand = "0.8"