From 8837cb38bad7b0ac74e5a191b52457c62b930633 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 25 May 2024 18:07:11 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.203 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bcd2f89..a2123a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] quick-xml = "0.31.0" -serde = { version = "1.0.202", features = ["derive"] } +serde = { version = "1.0.203", features = ["derive"] } serde_json = { version = "1.0.117" } vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } utilities = { git = "https://gavania.de/hodasemi/utilities.git" }