From 45e347541256a738e0c982075644afa1175e5dd1 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 27 Oct 2023 02:05:28 +0200 Subject: [PATCH] Update Rust crate serde to 1.0.190 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1056e31..7b2cba0 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.189", features = ["derive"] } +serde = { version = "1.0.190", features = ["derive"] }