From 4c5a32612d577c6c578021afd3cabd9e1013d5c1 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 27 Jan 2024 02:06:08 +0100 Subject: [PATCH] Update Rust crate serde to 1.0.196 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 22b6eb9..dd90ce1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ anyhow = { version = "1.0.79", features = ["backtrace"] } reprc_proc_macro = { path = "src/reprc_proc_macro" } # networking -serde = { version = "1.0.195", features = ["derive"] } +serde = { version = "1.0.196", features = ["derive"] }