From 1cd85436174cd246d2c5f2c748248554ff44b746 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 9 Jun 2023 02:19:07 +0200 Subject: [PATCH] Update Rust crate serde to 1.0.164 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8006264..be59d5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] quick-xml = "0.28.2" -serde = { version = "1.0.163", features = ["derive"] } +serde = { version = "1.0.164", features = ["derive"] } vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } utilities = { git = "https://gavania.de/hodasemi/utilities.git" } paste = "1.0.12"