From b511fb1f140c1ef1f05f868b55ea68a6c7d3f2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 01:12:29 +0000 Subject: [PATCH] Bump quick-xml from 0.38.4 to 0.39.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.38.4 to 0.39.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.38.4...v0.39.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++++++++++-- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d219a9e..a432b10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,7 +121,7 @@ dependencies = [ "csv", "pico-args", "plist", - "quick-xml", + "quick-xml 0.39.0", "rmp-serde", "rsv-core", "serde", @@ -301,7 +301,7 @@ checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07" dependencies = [ "base64", "indexmap", - "quick-xml", + "quick-xml 0.38.4", "serde", "time", ] @@ -335,6 +335,15 @@ name = "quick-xml" version = "0.38.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" +dependencies = [ + "memchr", +] + +[[package]] +name = "quick-xml" +version = "0.39.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2e3bf4aa9d243beeb01a7b3bc30b77cfe2c44e24ec02d751a7104a53c2c49a1" dependencies = [ "memchr", "serde", diff --git a/Cargo.toml b/Cargo.toml index 7ac9a13..1ea8fe6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ ciborium = { version = "0.2.2", optional = true } csv = { version = "1.4.0", optional = true } pico-args = { version = "0.5.0", features = ["short-space-opt"], optional = true } plist = { version = "1.8.0", optional = true } -quick-xml = { version = "0.38.4", features = ["serialize"], optional = true } +quick-xml = { version = "0.39.0", features = ["serialize"], optional = true } rmp-serde = { version = "1.3.0", optional = true } rsv-core = { version = "0.0.4", optional = true } serde = { version = "1.0.228", features = ["serde_derive"] }