From cd327220a10227d1baa6b282a04ddd01dac3e9c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 12:48:12 +0000 Subject: [PATCH] chore(deps): bump quick-xml from 0.37.5 to 0.41.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.37.5 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.37.5...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 | 2 +- Cargo.toml | 2 +- crates/nzb-core/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80fb77c..7211260 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1764,7 +1764,7 @@ dependencies = [ "nzb-nntp", "parking_lot", "proptest", - "quick-xml 0.37.5", + "quick-xml 0.41.0", "rusqlite", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 7b5eb79..95abd63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ governor = "0.10" webpki-roots = "0.26" rustls-pki-types = "1" # XML -quick-xml = "0.37" +quick-xml = "0.41" regex = "1" walkdir = "2" flate2 = "1" diff --git a/crates/nzb-core/Cargo.toml b/crates/nzb-core/Cargo.toml index 7f41fff..5c81bcc 100644 --- a/crates/nzb-core/Cargo.toml +++ b/crates/nzb-core/Cargo.toml @@ -23,7 +23,7 @@ thiserror = "2" anyhow = "1" tracing = "0.1" parking_lot = "0.12" -quick-xml = "0.37" +quick-xml = "0.41" unicode-normalization = "0.1" [dev-dependencies]