From dce44ed26e9f6c992c2a0db4e9ed93c5cd6364a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 09:07:23 +0000 Subject: [PATCH] Bump quick-xml from 0.40.1 to 0.41.0 in /sidecar Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.40.1 to 0.41.0. - [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.40.1...v0.41.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sidecar/Cargo.lock | 4 ++-- sidecar/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sidecar/Cargo.lock b/sidecar/Cargo.lock index e85cbb3..b40f234 100644 --- a/sidecar/Cargo.lock +++ b/sidecar/Cargo.lock @@ -1219,9 +1219,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.40.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2474bd2e5029e7ccb6abb2ba48cf2383a333851dedf495901544281590c7da7f" +checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" dependencies = [ "memchr", ] diff --git a/sidecar/Cargo.toml b/sidecar/Cargo.toml index ecea1d8..f9522b8 100644 --- a/sidecar/Cargo.toml +++ b/sidecar/Cargo.toml @@ -49,7 +49,7 @@ bytes = "1" base64 = "0.22" chrono = { version = "0.4", features = ["serde"] } uuid = { version = "1", features = ["v4"] } -quick-xml = "0.40" +quick-xml = "0.41" urlencoding = "2" dirs-next = "2" libc = "0.2"