From 2d4e9656e343253e28d1c56da47996471509d5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:18:48 +0000 Subject: [PATCH] deps(deps): bump quick-xml from 0.39.3 to 0.40.1 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.39.3 to 0.40.1. - [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.40.1) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.40.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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..8a55395b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4398,9 +4398,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quick-xml" -version = "0.39.3" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "721da970c312655cde9b4ffe0547f20a8494866a4af5ff51f18b7c633d0c870b" +checksum = "2474bd2e5029e7ccb6abb2ba48cf2383a333851dedf495901544281590c7da7f" dependencies = [ "memchr", ] diff --git a/dotscope/Cargo.toml b/dotscope/Cargo.toml index fac1f8bc..3c99189b 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.40.1" hex = "0.4.3" num-bigint = { version = "0.4.6", optional = true } log = "0.4.29"