From 41a5ceb3a703d4e8ca78405ac5495b9cd06f7135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:24:52 +0000 Subject: [PATCH] build(deps): bump quick-xml from 0.33.0 to 0.35.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.33.0 to 0.35.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.33.0...v0.35.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e75d9b..274a10c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1441,9 +1441,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.33.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ca7dd09b5f4a9029c35e323b086d0a68acdc673317b9c4d002c6f1d4a7278c6" +checksum = "86e446ed58cef1bbfe847bc2fda0e2e4ea9f0e57b90c507d4781292590d72a4e" dependencies = [ "memchr", "serde", @@ -2076,7 +2076,7 @@ dependencies = [ "logging_timer", "pretty_assertions", "pretty_env_logger", - "quick-xml 0.33.0", + "quick-xml 0.35.0", "rand", "regex", "rust-ini", diff --git a/Cargo.toml b/Cargo.toml index b1b6d3e..4ffed56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ indicatif = "0.17.8" log = "0.4.22" logging_timer = "1.1.1" pretty_env_logger = "0.5.0" -quick-xml = { version = "0.33.0", features = ["serialize"] } +quick-xml = { version = "0.35.0", features = ["serialize"] } serde = { version = "1.0.203", features = ["derive"] } serde_json = { version = "1.0.119", features = ["preserve_order"] } shellexpand = "3.1.0"