From 0dca4e153202ad301021d25057a895901698ff6a Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 22 Aug 2023 02:04:51 +0200 Subject: [PATCH] Update Rust crate serde to 1.0.185 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 84540f4..225c4e2 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.183", features = ["derive"] } +serde = { version = "1.0.185", features = ["derive"] } -- 2.45.2