From bed8768adfa62fab275064e7ebc058a2876617a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:48:37 +0000 Subject: [PATCH] Bump quick-xml from 0.32.0 to 0.33.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.32.0 to 0.33.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.32.0...v0.33.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 531af0a..244b4b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1431,9 +1431,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2" +checksum = "0ca7dd09b5f4a9029c35e323b086d0a68acdc673317b9c4d002c6f1d4a7278c6" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 0b26334..9672150 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde = { version = "1.0", features = ["derive"] } tempfile = "3.10.1" toml = "0.8.14" #oauth2 = "4.1.0" -quick-xml = "0.32.0" +quick-xml = "0.33.0" nom = "7.1.3" url = "2.5.1" directories = "5.0.1"