From fa7389cc5dd86b6f73da6cc8a22583415a10b00a Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 1 Aug 2023 02:04:03 +0200 Subject: [PATCH] Update Rust crate serde to 1.0.180 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8454b11..12d53d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ anyhow = { version = "1.0.72", features = ["backtrace"] } reprc_proc_macro = { path = "src/reprc_proc_macro" } # networking -serde = { version = "1.0.177", features = ["derive"] } +serde = { version = "1.0.180", features = ["derive"] }