Update Rust crate serde to 1.0.187
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 5m51s

This commit is contained in:
RenovateBot 2023-08-26 02:05:17 +02:00
parent 2338362aa9
commit c475401c55

View file

@ -6,7 +6,7 @@ edition = "2021"
[dependencies] [dependencies]
quick-xml = "0.30.0" quick-xml = "0.30.0"
serde = { version = "1.0.186", features = ["derive"] } serde = { version = "1.0.187", 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.14" paste = "1.0.14"