From 0d36c9a0c10f0415352b66cea1b1dafc70d507a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:52:59 +0000 Subject: [PATCH] Bump quick-xml from 0.37.0 to 0.37.2 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.37.0 to 0.37.2. - [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.37.0...v0.37.2) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6038952..f688145 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -602,9 +602,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.37.0" +version = "0.37.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffbfb3ddf5364c9cfcd65549a1e7b801d0e8d1b14c1a1590a6408aa93cfbfa84" +checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003" dependencies = [ "memchr", "serde", diff --git a/Cargo.toml b/Cargo.toml index 63db979..18a5bab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ clap = { version = "4.5.26", features = ["derive"] } serde = { version = "1.0.215", features = ["derive"] } git2 = "0.19.0" url = { version = "2.5.4", features = ["serde"] } -quick-xml = { version = "0.37.0", features = ["serde", "serialize"] } +quick-xml = { version = "0.37.2", features = ["serde", "serialize"] } directories = "5.0.1" thiserror = "2.0.3" anyhow = "1.0.93"