From ea1ddbff6eb30906faaf3a6f2f2f617a398532cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:34:04 +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 03293ed..341570a 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 6352f09..e25babf 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.33.0", features = ["serialize"] } +quick-xml = { version = "0.35.0", features = ["serialize"] } serde = { version = "1.0.203", features = ["derive"] } serde_json = { version = "1.0.117", features = ["preserve_order"] } shellexpand = "3.1.0"