From 0596897143b92bcd5a5213cb4d5c4f7706c392ef Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 29 Mar 2023 02:03:26 +0200 Subject: [PATCH] Update Rust crate serde to 1.0.159 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 23f6513..ce3003f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] quick-xml = "0.28.1" -serde = { version = "1.0.158", features = ["derive"] } +serde = { version = "1.0.159", features = ["derive"] } vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } utilities = { git = "https://gavania.de/hodasemi/utilities.git" } paste = "1.0.12"