From 42d3a244583315f75a9cfa8753788f8650b9f42f Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 1 May 2024 18:08:25 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.200 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c05a9ff..65741c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ anyhow = { version = "1.0.82", features = ["backtrace"] } reprc_proc_macro = { path = "src/reprc_proc_macro" } # networking -serde = { version = "1.0.199", features = ["derive"] } +serde = { version = "1.0.200", features = ["derive"] } [dev-dependencies] serde_json = { version = "1.0.116" }