From 0384bf6d0a3eb36952bfb8a94484e49f6262463f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 05:46:05 +0000 Subject: [PATCH] chore: bump quick-xml from 0.39.4 to 0.40.1 in /src-tauri Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.39.4 to 0.40.1. - [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.39.4...v0.40.1) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.40.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 13 +++++++++++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 6df0b85..09a0ce2 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3744,7 +3744,7 @@ checksum = "092791278e026273c1b65bbdcfbba3a300f2994c896bd01ab01da613c29c46f1" dependencies = [ "base64 0.22.1", "indexmap 2.14.0", - "quick-xml", + "quick-xml 0.39.4", "serde", "time", ] @@ -3917,6 +3917,15 @@ name = "quick-xml" version = "0.39.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" +dependencies = [ + "memchr", +] + +[[package]] +name = "quick-xml" +version = "0.40.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2474bd2e5029e7ccb6abb2ba48cf2383a333851dedf495901544281590c7da7f" dependencies = [ "memchr", "serde", @@ -6800,7 +6809,7 @@ dependencies = [ "mac_address", "md-5 0.11.0", "notify", - "quick-xml", + "quick-xml 0.40.1", "realfft", "regex", "reqwest 0.12.28", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 02b4299..5977eec 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -177,7 +177,7 @@ tower-http = { version = "0.6", features = ["fs"] } # pipe a fs::File limited to a Range window into axum::body::Body # without buffering the whole window in memory. tokio-util = { version = "0.7", features = ["io"] } -quick-xml = { version = "0.39", features = ["serialize"] } +quick-xml = { version = "0.40", features = ["serialize"] } socket2 = "0.6" if-addrs = "0.15" mac_address = "1"