From 8c70d8f2e74efbc56e84a361640e339b33c4e1a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 08:09:11 +0000 Subject: [PATCH] Bump quick-xml from 0.36.2 to 0.38.3 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.36.2 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.36.2...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 ++-- server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 483f4c8..8e77a51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1998,9 +1998,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.36.2" +version = "0.38.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" +checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89" dependencies = [ "memchr", ] diff --git a/server/Cargo.toml b/server/Cargo.toml index 4f48523..f01c0c3 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.38.3" roxmltree = "0.20.0" tokio = { version = "1.41.0", features = ["full"] } rdkafka = { version = "0.37.0", features = ["zstd", "libz", "external-lz4", "ssl", "gssapi"] }