From 838835521b813e940c2829ff6af9d4a80b9671f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 14:09:24 +0000 Subject: [PATCH] chore(deps)(deps): update quick-xml requirement in /src-tauri Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version. - [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.40.1) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.39.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 944088a..da27b03 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -48,7 +48,7 @@ serde_json = "1.0" bincode = "1.3" # XML parsing for UIAutomator dumps -quick-xml = { version = "0.36", features = ["serialize"] } +quick-xml = { version = "0.40", features = ["serialize"] } # Spatial index rstar = "0.12"