From 5ed119b5e9a7f9be32b05568e27f44dadbae7d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 11:36:26 +0000 Subject: [PATCH] Update quick-xml requirement from 0.37.2 to 0.38.3 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.37.2...v0.38.3) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.38.3 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 3fbb7095..db586c64 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -31,6 +31,6 @@ interprocess = { version = "2.2.2", features = ["tokio"] } tracing = "0.1.41" tracing-subscriber = "0.3.19" derive_more = { version = "2.0.1", features = ["full"] } -quick-xml = "0.37.2" +quick-xml = "0.38.3" notify = "8.0.0" glob = "0.3.2"