From 5d17bed8a11e6932b78ddb5675e33456a32d0f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 09:46:58 +0000 Subject: [PATCH] chore(deps): bump quick-xml from 0.39.0 to 0.40.1 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.39.0 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.0...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 ++-- xmlity-quick-xml/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16632cc..92c68cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -496,9 +496,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.39.0" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2e3bf4aa9d243beeb01a7b3bc30b77cfe2c44e24ec02d751a7104a53c2c49a1" +checksum = "2474bd2e5029e7ccb6abb2ba48cf2383a333851dedf495901544281590c7da7f" dependencies = [ "memchr", "serde", diff --git a/xmlity-quick-xml/Cargo.toml b/xmlity-quick-xml/Cargo.toml index e09b6ad..ceeb47f 100644 --- a/xmlity-quick-xml/Cargo.toml +++ b/xmlity-quick-xml/Cargo.toml @@ -14,7 +14,7 @@ exclude.workspace = true [dependencies] thiserror.workspace = true xmlity.workspace = true -quick-xml = { version = "0.39.0" } +quick-xml = { version = "0.40.1" } [dev-dependencies] @@ -23,7 +23,7 @@ rstest.workspace = true xmlity = { workspace = true, features = ["derive"] } criterion = { version = "0.5", features = ["html_reports"] } serde = { version = "1.0.210", features = ["derive"] } -quick-xml = { version = "0.39.0", features = ["serialize"] } +quick-xml = { version = "0.40.1", features = ["serialize"] } yaserde = { version = "0.12.0", features = ["derive"] } ntest = "0.9.3"