From 89951cd58391c97d2df32f301d281ab755505c69 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 12 Apr 2023 02:03:51 +0200 Subject: [PATCH] Update Rust crate serde to 1.0.160 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10dbc7c..e4175a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ anyhow = { version = "1.0.70", features = ["backtrace"] } reprc_proc_macro = { path = "src/reprc_proc_macro" } # networking -serde = { version = "1.0.159", features = ["derive"] } +serde = { version = "1.0.160", features = ["derive"] }