From 4ceaa15b863e5079881fd2a3151f60f1d49b0d10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 09:33:26 +0000 Subject: [PATCH] chore(deps): bump quick-xml from 0.39.0 to 0.40.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.39.0 to 0.40.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.39.0...v0.40.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.40.0 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..f3fdf36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -496,9 +496,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2e3bf4aa9d243beeb01a7b3bc30b77cfe2c44e24ec02d751a7104a53c2c49a1" +checksum = "0b7315c86b26aaef0321fba33c9dcc160da659c6a9d278f0f6a5656d6561c03b" dependencies = [ "memchr", "serde", diff --git a/xmlity-quick-xml/Cargo.toml b/xmlity-quick-xml/Cargo.toml index e09b6ad..19a2013 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.0" } [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.0", features = ["serialize"] } yaserde = { version = "0.12.0", features = ["derive"] } ntest = "0.9.3"