From 8059b0f588cb6c0dd1099a6348d959b42548533d Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 12 May 2023 02:02:27 +0200 Subject: [PATCH] Update Rust crate serde to 1.0.163 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 627912c..3ed68d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ ui = { git = "https://gavania.de/hodasemi/ui.git" } anyhow = { version = "1.0.71", features = ["backtrace"] } paste = "1.0.12" -serde = "1.0.162" +serde = "1.0.163" serde_json = "1.0.96" ringbuf = "0.3.3"