Update Rust crate serde to 1.0.158 #10

Merged
hodasemi merged 1 commit from renovate/serde-1.x into master 2023-03-23 05:39:08 +00:00
Showing only changes of commit 1aaf4a26ec - Show all commits

View file

@ -6,7 +6,7 @@ edition = "2021"
[dependencies] [dependencies]
quick-xml = "0.28.1" quick-xml = "0.28.1"
serde = { version = "1.0.156", features = ["derive"] } serde = { version = "1.0.158", 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" }
paste = "1.0.12" paste = "1.0.12"