From 728600ccfa415eb694afc6b5bc2bdff553122404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 03:44:57 +0000 Subject: [PATCH] chore(deps): bump quick-xml from 0.39.4 to 0.41.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.39.4 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.39.4...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] --- Cargo.lock | 13 ++----------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61433b54..e86565ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3416,16 +3416,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "quick-xml" -version = "0.39.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" -dependencies = [ - "memchr", - "serde", -] - [[package]] name = "quick-xml" version = "0.40.1" @@ -3444,6 +3434,7 @@ checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" dependencies = [ "encoding_rs", "memchr", + "serde", ] [[package]] @@ -4873,7 +4864,7 @@ dependencies = [ "async-trait", "chrono", "futures", - "quick-xml 0.39.4", + "quick-xml 0.41.0", "reqwest 0.13.4", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 85067f7f..7d5fd1d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ serde_derive = "1" serde_urlencoded = "0.7" serde_with = "3" toml = "1" -quick-xml = "0.39" +quick-xml = "0.41" serde_yaml = "0.9" scraper = "0.26" bincode = "1"