From 1609d57864570bc4abbf9784470cdc34f79f3972 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 13 Jun 2023 02:18:17 +0200 Subject: [PATCH] Update Rust crate quick-xml to 0.29.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be59d5b..b29cda7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["hodasemi "] edition = "2021" [dependencies] -quick-xml = "0.28.2" +quick-xml = "0.29.0" serde = { version = "1.0.164", features = ["derive"] } vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } utilities = { git = "https://gavania.de/hodasemi/utilities.git" }