From 5559877dff02791f7c64e1a9b091d7e083515c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 02:27:49 +0000 Subject: [PATCH] chore(deps): bump quick-xml from 0.40.1 to 0.41.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.40.1 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.40.1...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 | 19 +++++-------------- Cargo.toml | 2 +- crates/librtbit-upnp-serve/Cargo.toml | 2 +- crates/librtbit-upnp/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6085501..cf0d759 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1820,7 +1820,7 @@ checksum = "369995dae0733f1fe5ab0e3f345f6503a5f384179df5d8da333702031a131cf9" dependencies = [ "chrono", "mediatype", - "quick-xml 0.41.0", + "quick-xml", "regex", "serde", "serde_json", @@ -4414,7 +4414,7 @@ checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85" dependencies = [ "base64 0.22.1", "indexmap 2.14.0", - "quick-xml 0.41.0", + "quick-xml", "serde", "time", ] @@ -4663,16 +4663,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "quick-xml" -version = "0.40.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2474bd2e5029e7ccb6abb2ba48cf2383a333851dedf495901544281590c7da7f" -dependencies = [ - "memchr", - "serde", -] - [[package]] name = "quick-xml" version = "0.41.0" @@ -4681,6 +4671,7 @@ checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" dependencies = [ "encoding_rs", "memchr", + "serde", ] [[package]] @@ -6317,7 +6308,7 @@ dependencies = [ "httparse", "librqbit-dualstack-sockets", "network-interface", - "quick-xml 0.40.1", + "quick-xml", "reqwest", "serde", "serde_derive", @@ -6343,7 +6334,7 @@ dependencies = [ "mime_guess", "network-interface", "parking_lot", - "quick-xml 0.40.1", + "quick-xml", "rand 0.10.2", "reqwest", "serde", diff --git a/Cargo.toml b/Cargo.toml index 4341ca6..4fa0dac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ notify = "8" openssl = "0.10" parking_lot = "0.12" pollster = "1.0" -quick-xml = "0.40" +quick-xml = "0.41" rand = "0.10" regex = "1" reqwest = { version = "0.13", default-features = false } diff --git a/crates/librtbit-upnp-serve/Cargo.toml b/crates/librtbit-upnp-serve/Cargo.toml index e07fd0c..57b53e1 100644 --- a/crates/librtbit-upnp-serve/Cargo.toml +++ b/crates/librtbit-upnp-serve/Cargo.toml @@ -31,7 +31,7 @@ url = { version = "2", default-features = false } parking_lot = "0.12" tokio-util = "0.7" reqwest = { version = "0.13", default-features = false } -quick-xml = { version = "0.40", features = ["serialize"] } +quick-xml = { version = "0.41", features = ["serialize"] } network-interface = "2" futures = "0.3" librqbit-dualstack-sockets = "0.7" diff --git a/crates/librtbit-upnp/Cargo.toml b/crates/librtbit-upnp/Cargo.toml index ba49f1a..1360bf4 100644 --- a/crates/librtbit-upnp/Cargo.toml +++ b/crates/librtbit-upnp/Cargo.toml @@ -24,7 +24,7 @@ url = { version = "2", default-features = false } network-interface = "2" httparse = "1" bstr = "1" -quick-xml = { version = "0.40", features = ["serialize"] } +quick-xml = { version = "0.41", features = ["serialize"] } librqbit-dualstack-sockets = "0.7" socket2 = "0.6"