From 5ace2232df19e15adb8c87ea87e247845c572bf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 11:24:45 +0200 Subject: [PATCH] build: bump quick-xml from 0.24.0 to 0.25.0 (#4361) Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.24.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.24.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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0521145..f20f8bd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2191,9 +2191,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quick-xml" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "678404d55890514fa1c01fe98cf280b674db93944fdcb70310dd3be1d0d63be7" +checksum = "58e21a144a0ffb5fad7b464babcdab934a325ad69b7c0373bcfef5cbd9799ca9" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 889adb6d..2f94876a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ os_info = "3.5.0" path-slash = "0.2.1" pest = "2.3.1" pest_derive = "2.3.0" -quick-xml = "0.24.0" +quick-xml = "0.25.0" rand = "0.8.5" rayon = "1.5.3" regex = "1.6.0"