From 75d36c559aaa792538c023071ae5c01b052ac907 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 26 Mar 2024 09:04:18 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.115 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58ca17c..fe0488c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ ui = { git = "https://gavania.de/hodasemi/ui.git" } anyhow = { version = "1.0.81", features = ["backtrace"] } paste = "1.0.14" serde = "1.0.197" -serde_json = "1.0.114" +serde_json = "1.0.115" ringbuf = "0.3.3" lazy_static = "1.4.0"