From b6ec4705f8531eb84cb877ad059c2f5907f435c4 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 27 Jul 2023 02:04:10 +0200 Subject: [PATCH] Update Rust crate serde to 1.0.176 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 751ad85..f885d7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ anyhow = { version = "1.0.72", features = ["backtrace"] } reprc_proc_macro = { path = "src/reprc_proc_macro" } # networking -serde = { version = "1.0.174", features = ["derive"] } +serde = { version = "1.0.176", features = ["derive"] } -- 2.45.2