From 68da1e615ec316ad73746e46b71c6e10dbcbb75a Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 22 Mar 2023 02:03:49 +0100 Subject: [PATCH] Update Rust crate quick-xml to 0.28.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 828a9f7..c91dbe7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["hodasemi "] edition = "2021" [dependencies] -quick-xml = "0.28.0" +quick-xml = "0.28.1" serde = { version = "1.0.156", features = ["derive"] } vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } utilities = { git = "https://gavania.de/hodasemi/utilities.git" }