From c7f26c51f5a8a0120d2eb112b3818bc8a613a9a4 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 6 May 2023 02:03:33 +0200 Subject: [PATCH] Update Rust crate serde to 1.0.162 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35c06fe..7ab2ccc 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.160", features = ["derive"] } +serde = { version = "1.0.162", features = ["derive"] }