From fe412643940e91ae36a6fca91ab55124eb158b0f Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 12 Mar 2023 02:03:25 +0100 Subject: [PATCH] Update Rust crate serde to 1.0.155 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75f66b2..4151d1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ anyhow = { version = "1.0.68", features = ["backtrace"] } reprc_proc_macro = { path = "src/reprc_proc_macro" } # networking -serde = { version = "1.0.154", features = ["derive"] } +serde = { version = "1.0.155", features = ["derive"] } -- 2.47.0