From 5f493d6be96b2e72e11581e298dd8d1d66a56690 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 12 May 2023 02:03:39 +0200 Subject: [PATCH] Update Rust crate serde to 1.0.163 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ab2ccc..32222a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ anyhow = { version = "1.0.71", features = ["backtrace"] } reprc_proc_macro = { path = "src/reprc_proc_macro" } # networking -serde = { version = "1.0.162", features = ["derive"] } +serde = { version = "1.0.163", features = ["derive"] } -- 2.45.2