Update Rust crate quick-xml to 0.31.0
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 9m26s

This commit is contained in:
RenovateBot 2023-10-24 02:04:42 +02:00
parent 27cb2e5d2f
commit f6b3e74810

View file

@ -5,7 +5,7 @@ authors = ["hodasemi <michaelh.95@t-online.de>"]
edition = "2021" edition = "2021"
[dependencies] [dependencies]
quick-xml = "0.30.0" quick-xml = "0.31.0"
serde = { version = "1.0.189", features = ["derive"] } serde = { version = "1.0.189", features = ["derive"] }
vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" } utilities = { git = "https://gavania.de/hodasemi/utilities.git" }