From fc39ca6b21acd96f3afc1fc3bacab2e5edb29884 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 6 May 2023 02:02:27 +0200 Subject: [PATCH] Update Rust crate serde to 1.0.162 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d07c2c..627912c 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.160" +serde = "1.0.162" serde_json = "1.0.96" ringbuf = "0.3.3"