From 6387070c97f2c2c53f44906166e6c23ff6272eab Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 14 Mar 2023 02:08:35 +0100 Subject: [PATCH] Update Rust crate quick-xml to 0.28.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 780fd5a..9f7035c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["hodasemi "] edition = "2021" [dependencies] -quick-xml = "0.27.1" +quick-xml = "0.28.0" serde = { version = "1.0.155", features = ["derive"] } vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } utilities = { git = "https://gavania.de/hodasemi/utilities.git" } -- 2.45.2