Update Rust crate quick-xml to 0.29.0

This commit is contained in:
RenovateBot 2023-06-13 02:18:17 +02:00
parent f8db3774e0
commit 1609d57864

View file

@ -5,7 +5,7 @@ authors = ["hodasemi <michaelh.95@t-online.de>"]
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" }