From 9af004a4c852500f7377b380bdd29742897584a8 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 8 May 2024 09:09:03 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.117 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65bdc35..b0bf199 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ reprc_proc_macro = { path = "src/reprc_proc_macro" } serde = { version = "1.0.201", features = ["derive"] } [dev-dependencies] -serde_json = { version = "1.0.116" } +serde_json = { version = "1.0.117" } -- 2.45.2