From d77c89cd7dd551047ab86ae150c2bb319f16c242 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 27 Aug 2023 02:06:00 +0200 Subject: [PATCH] Update Rust crate serde to 1.0.188 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e97b887..41acc32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ anyhow = { version = "1.0.75", features = ["backtrace"] } reprc_proc_macro = { path = "src/reprc_proc_macro" } # networking -serde = { version = "1.0.187", features = ["derive"] } +serde = { version = "1.0.188", features = ["derive"] }