From aab4a474527bc8d487c72fb3ddfcf2c0159970c0 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 27 Jul 2023 02:03:46 +0200 Subject: [PATCH] Update Rust crate serde to 1.0.176 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5220a9..6ea6c48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] quick-xml = "0.30.0" -serde = { version = "1.0.171", features = ["derive"] } +serde = { version = "1.0.176", features = ["derive"] } vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } utilities = { git = "https://gavania.de/hodasemi/utilities.git" } paste = "1.0.14"