From f4382c6f8828e79b39967f84bd7862107b385bb1 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 25 Aug 2023 02:04:39 +0200 Subject: [PATCH] Update Rust crate serde to 1.0.186 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf505ce..238e08b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] quick-xml = "0.30.0" -serde = { version = "1.0.185", features = ["derive"] } +serde = { version = "1.0.186", features = ["derive"] } vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } utilities = { git = "https://gavania.de/hodasemi/utilities.git" } paste = "1.0.14" -- 2.45.2