From f6b3e74810b4d0925da9bda2a11e33e92f6e2cfb Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 24 Oct 2023 02:04:42 +0200 Subject: [PATCH] Update Rust crate quick-xml to 0.31.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca83cbc..c2b8b50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["hodasemi "] edition = "2021" [dependencies] -quick-xml = "0.30.0" +quick-xml = "0.31.0" serde = { version = "1.0.189", features = ["derive"] } vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } utilities = { git = "https://gavania.de/hodasemi/utilities.git" } -- 2.45.2