From f43bae56ebfcab556cf4c7776bcbb2271f92bcb7 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 29 Mar 2023 02:02:36 +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 e1b1bfc..19f0101 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ ui = { git = "https://gavania.de/hodasemi/ui.git" } anyhow = { version = "1.0.70", features = ["backtrace"] } paste = "1.0.12" -serde = "1.0.158" +serde = "1.0.159" serde_json = "1.0.94" ringbuf = "0.3.2" -- 2.47.0