From d993d6494e0c6ad658598e71106a243d99d59af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 00:59:13 +0000 Subject: [PATCH] chore(deps): bump quick-xml from 0.26.0 to 0.37.4 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.26.0 to 0.37.4. - [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.26.0...v0.37.4) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.37.4 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 f057f97..b39c816 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -626,9 +626,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.26.0" +version = "0.37.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd" +checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369" dependencies = [ "encoding_rs", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 3f45d2d..64e3304 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ bytes = "1.7" http = "0.2" http-body = "0.4" mime = "0.3" -quick-xml = { version = "0.26", features = ["serialize"] } +quick-xml = { version = "0.37", features = ["serialize"] } serde = "1.0" thiserror = "1.0"