Update Rust crate serde to 1.0.197 #47

Merged
hodasemi merged 1 commit from renovate/serde-monorepo into master 2024-02-21 11:43:56 +00:00
Showing only changes of commit d7b452020c - Show all commits

View file

@ -6,7 +6,7 @@ edition = "2021"
[dependencies] [dependencies]
quick-xml = "0.31.0" quick-xml = "0.31.0"
serde = { version = "1.0.196", features = ["derive"] } serde = { version = "1.0.197", 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"