From fadfacb80ad69f678da7c76e4a6bd73458d7bf77 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 25 May 2024 18:05:25 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.203 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 746f1d6..402fe45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ ui = { git = "https://gavania.de/hodasemi/ui.git" } anyhow = { version = "1.0.86", features = ["backtrace"] } paste = "1.0.15" -serde = "1.0.202" +serde = "1.0.203" serde_json = "1.0.117" ringbuf = "0.3.3" lazy_static = "1.4.0"