From f0e9cf7f59ffaad89db6eb98666e1c43952e5999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 12:29:07 +0000 Subject: [PATCH] deps(deps): bump quick-xml from 0.39.3 to 0.39.4 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.39.3 to 0.39.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.39.3...v0.39.4) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.39.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- dotscope/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82876d96..b2153f04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4398,9 +4398,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quick-xml" -version = "0.39.3" +version = "0.39.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "721da970c312655cde9b4ffe0547f20a8494866a4af5ff51f18b7c633d0c870b" +checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" dependencies = [ "memchr", ] diff --git a/dotscope/Cargo.toml b/dotscope/Cargo.toml index fac1f8bc..758d988a 100644 --- a/dotscope/Cargo.toml +++ b/dotscope/Cargo.toml @@ -64,7 +64,7 @@ crossbeam-skiplist = "0.1.3" rayon = "1.12.0" rustc-hash = "2.1.2" boxcar = "0.2.14" -quick-xml = "0.39.2" +quick-xml = "0.39.4" hex = "0.4.3" num-bigint = { version = "0.4.6", optional = true } log = "0.4.29"