From c392d31fd64037b85285abaa56fc5e0199876ae9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 17:14:12 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20quick-xml=20to=20?= =?UTF-8?q?0.37?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 4 ++-- zbus_xml/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ecf4789ed..504d093cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1278,9 +1278,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.36.2" +version = "0.37.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" +checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003" dependencies = [ "memchr", "serde", diff --git a/zbus_xml/Cargo.toml b/zbus_xml/Cargo.toml index 8b6e849a8..d7610849a 100644 --- a/zbus_xml/Cargo.toml +++ b/zbus_xml/Cargo.toml @@ -16,7 +16,7 @@ readme = "README.md" serde = { version = "1.0.200", features = ["derive"] } zvariant = { path = "../zvariant", version = "5.0.0", default-features = false } zbus_names = { path = "../zbus_names", version = "4.0" } -quick-xml = { version = "0.36", features = ["serialize", "overlapped-lists"] } +quick-xml = { version = "0.37", features = ["serialize", "overlapped-lists"] } [dev-dependencies] doc-comment = "0.3.3"