Update Rust crate serde to 1.0.180
This commit is contained in:
parent
8e6e37154c
commit
1a6f61da23
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
quick-xml = "0.30.0"
|
quick-xml = "0.30.0"
|
||||||
serde = { version = "1.0.177", features = ["derive"] }
|
serde = { version = "1.0.180", 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"
|
||||||
|
|
Loading…
Reference in a new issue