From 3f7bc5497f2103f6feacc734249e659882b1d2db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:11:32 +0000 Subject: [PATCH] build(deps): bump quick-xml from 0.37.5 to 0.38.4 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.37.5 to 0.38.4. - [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.38.4) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.38.4 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 be36ff0..3dae7d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4403,7 +4403,7 @@ checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07" dependencies = [ "base64 0.22.1", "indexmap 2.13.0", - "quick-xml 0.38.4", + "quick-xml", "serde", "time", ] @@ -4817,15 +4817,6 @@ version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" -[[package]] -name = "quick-xml" -version = "0.37.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" -dependencies = [ - "memchr", -] - [[package]] name = "quick-xml" version = "0.38.4" @@ -6181,7 +6172,7 @@ dependencies = [ "proptest", "prtip-core", "prtip-scanner", - "quick-xml 0.37.5", + "quick-xml", "rand 0.8.5", "rusqlite", "serde", diff --git a/Cargo.toml b/Cargo.toml index 65bc9c5..4b146d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ wraith-crypto = { path = "components/wraith-protocol/crates/wraith-crypto" } # Utilities uuid = { version = "1.0", features = ["v4"] } tokio-util = "0.7" -quick-xml = "0.37" +quick-xml = "0.38" # Crypto (for WRAITH integration) sha2 = "0.10"