From 87be24be89afca794b40a27d8e49827c0f989a5f Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 6 Mar 2023 02:02:33 +0100 Subject: [PATCH] Update Rust crate serde_json to 1.0.94 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58feb62..9987003 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ ui = { git = "https://gavania.de/hodasemi/ui.git" } anyhow = { version = "1.0.69", features = ["backtrace"] } paste = "1.0.11" serde = "1.0.152" -serde_json = "1.0.93" +serde_json = "1.0.94" ringbuf = "0.3.2" [profile.release-lto] -- 2.47.0