From ead5f246efe86005a5a298c3bbacae27265d3e3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 05:28:30 +0000 Subject: [PATCH] Bump quick-xml from 0.36.0 to 0.37.2 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.36.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.36.0...v0.37.2) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca3f11b4..26b05df1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1678,9 +1678,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.36.0" +version = "0.37.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4091e032efecb09d7b1f711f487b85ab925632a842627e3200fb088382cde32c" +checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003" dependencies = [ "memchr", ] diff --git a/server/Cargo.toml b/server/Cargo.toml index 532022a4..21908716 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -20,7 +20,7 @@ itoa = "1.0.6" libgssapi = { version = "0.7.2", features = ["iov"] } log = "0.4.19" mime = "0.3.17" -quick-xml = "0.36.0" +quick-xml = "0.37.2" roxmltree = "0.20.0" tokio = { version = "1.41.0", features = ["full"] } rdkafka = { version = "0.36.0", features = ["zstd", "libz", "external-lz4"] }