From b5ee1310ba9d3dba198a0b126c17c4979168b84c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 16:59:23 +0000 Subject: [PATCH] chore(deps): bump quick-xml from 0.41.0 to 0.42.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.41.0 to 0.42.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.41.0...v0.42.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 +++++++++++++---- Cargo.toml | 2 +- crates/librtbit-upnp-serve/Cargo.toml | 2 +- crates/librtbit-upnp/Cargo.toml | 2 +- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4aa0b3..f3dc43e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1820,7 +1820,7 @@ checksum = "369995dae0733f1fe5ab0e3f345f6503a5f384179df5d8da333702031a131cf9" dependencies = [ "chrono", "mediatype", - "quick-xml", + "quick-xml 0.41.0", "regex", "serde", "serde_json", @@ -4414,7 +4414,7 @@ checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85" dependencies = [ "base64 0.22.1", "indexmap 2.14.0", - "quick-xml", + "quick-xml 0.41.0", "serde", "time", ] @@ -4671,6 +4671,15 @@ checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" dependencies = [ "encoding_rs", "memchr", +] + +[[package]] +name = "quick-xml" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41b1177fdf999d2321d3fb46ff47159d9c1fb9ad66a4879f8c50a0b504615e9b" +dependencies = [ + "memchr", "serde", ] @@ -6308,7 +6317,7 @@ dependencies = [ "httparse", "librqbit-dualstack-sockets", "network-interface", - "quick-xml", + "quick-xml 0.42.0", "reqwest", "serde", "serde_derive", @@ -6334,7 +6343,7 @@ dependencies = [ "mime_guess", "network-interface", "parking_lot", - "quick-xml", + "quick-xml 0.42.0", "rand 0.10.2", "reqwest", "serde", diff --git a/Cargo.toml b/Cargo.toml index 8adf44c..bbbcecb 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.41" +quick-xml = "0.42" 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 6457642..78585fb 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.41", features = ["serialize"] } +quick-xml = { version = "0.42", 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 1360bf4..166a184 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.41", features = ["serialize"] } +quick-xml = { version = "0.42", features = ["serialize"] } librqbit-dualstack-sockets = "0.7" socket2 = "0.6"