From 5054949a01a325849421d2532baef3e0e17b9065 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 14 Oct 2023 02:04:48 +0200 Subject: [PATCH] Update Rust crate serde to 1.0.189 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 41acc32..1056e31 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.188", features = ["derive"] } +serde = { version = "1.0.189", features = ["derive"] }