Update Rust crate serde to 1.0.176 #26

Merged
hodasemi merged 1 commit from renovate/serde-1.x into master 2023-07-27 08:03:22 +00:00
Showing only changes of commit aab4a47452 - Show all commits

View file

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
quick-xml = "0.30.0"
serde = { version = "1.0.171", features = ["derive"] }
serde = { version = "1.0.176", features = ["derive"] }
vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }
paste = "1.0.14"