Update Rust crate serde_json to 1.0.116
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 6m30s

This commit is contained in:
RenovateBot 2024-04-16 09:09:21 +00:00
parent ffda082363
commit 4cec8a1b18

View file

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
quick-xml = "0.31.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = { version = "1.0.115" }
serde_json = { version = "1.0.116" }
vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }
paste = "1.0.14"