From 2936ee109e6322b1d4f0fe1c350690007aff7e8d Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 17 Apr 2024 00:08:08 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.198 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 061438d..af07939 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ ui = { git = "https://gavania.de/hodasemi/ui.git" } anyhow = { version = "1.0.82", features = ["backtrace"] } paste = "1.0.14" -serde = "1.0.197" +serde = "1.0.198" serde_json = "1.0.116" ringbuf = "0.3.3" lazy_static = "1.4.0"