From e3638f53e9bc8dc177012ac1aea99966b1d6abdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:17:35 +0000 Subject: [PATCH] chore(deps): update quick-xml requirement from 0.41.0 to 0.42.0 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.41.0...v0.41.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.41.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51ad914..5ce53da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tokio = { version = "1.52.4", features = ["io-util", "macros", "net", "rt", "syn reqwest = { version = "0.13.4", default-features = false, features = ["json", "rustls", "stream", "multipart"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.150", features = ["preserve_order"] } -quick-xml = "0.41.0" +quick-xml = "0.42.0" thiserror = "2.0.18" tracing = "0.1.44" chrono = { version = "0.4.45", default-features = false, features = ["clock", "std"] }