Merge pull request 'Update Rust crate serde to 1.0.195' (#44) from renovate/serde-1.x into master

Reviewed-on: #44
This commit is contained in:
hodasemi 2024-01-11 11:27:45 +01:00
commit 7f50515f43

View file

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