From fe306bfa68dd9ec9fba727b9ec82be1d33c86558 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 28 Jul 2023 02:04:04 +0200 Subject: [PATCH] Update Rust crate serde to 1.0.177 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f885d7c..8454b11 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.176", features = ["derive"] } +serde = { version = "1.0.177", features = ["derive"] }