From 3eb8816553a2ee6a046046fb5a8e608ea6f01518 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 9 Jun 2023 02:19:29 +0200 Subject: [PATCH] Update Rust crate serde to 1.0.164 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32222a7..b8b2e81 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.163", features = ["derive"] } +serde = { version = "1.0.164", features = ["derive"] }