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" }