From 7decaa7c14a646b94cd02384f9974600af4bfdc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:51:07 +0000 Subject: [PATCH] chore(rust-deps): bump quick-xml from 0.37.3 to 0.38.3 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.37.3 to 0.38.3. - [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.3...v0.38.3) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.38.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 1f603f3..758b9d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1493,9 +1493,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.37.3" +version = "0.38.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf763ab1c7a3aa408be466efc86efe35ed1bd3dd74173ed39d6b0d0a6f0ba148" +checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89" dependencies = [ "memchr", "serde", diff --git a/Cargo.toml b/Cargo.toml index 38ce633..c96508b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tokio-test = "0.4.3" regex = "1.11.2" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.143" -quick-xml = { version = "0.37.3", features = ["serialize"] } +quick-xml = { version = "0.38.3", features = ["serialize"] } once_cell = "1.20.2" [features]