From 871427aa770a42b785b848b20848b4ae94b5b3ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:42:36 +0000 Subject: [PATCH] build(deps): 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] --- Cargo.lock | 14 ++++++++++++-- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da4b3b8..03293ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1439,6 +1439,16 @@ dependencies = [ "serde", ] +[[package]] +name = "quick-xml" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ca7dd09b5f4a9029c35e323b086d0a68acdc673317b9c4d002c6f1d4a7278c6" +dependencies = [ + "memchr", + "serde", +] + [[package]] name = "quote" version = "1.0.36" @@ -2036,7 +2046,7 @@ dependencies = [ "image", "md2", "nom", - "quick-xml", + "quick-xml 0.32.0", "regex", "serde", "serde_json", @@ -2066,7 +2076,7 @@ dependencies = [ "logging_timer", "pretty_assertions", "pretty_env_logger", - "quick-xml", + "quick-xml 0.33.0", "rand", "regex", "rust-ini", diff --git a/Cargo.toml b/Cargo.toml index a654844..6352f09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ indicatif = "0.17.8" log = "0.4.21" logging_timer = "1.1.1" pretty_env_logger = "0.5.0" -quick-xml = { version = "0.32.0", features = ["serialize"] } +quick-xml = { version = "0.33.0", features = ["serialize"] } serde = { version = "1.0.203", features = ["derive"] } serde_json = { version = "1.0.117", features = ["preserve_order"] } shellexpand = "3.1.0"