From f93fbc5b2cea91d0b9411f7c1924abab4cf4feb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 04:52:37 +0000 Subject: [PATCH] chore(deps): update rust crate serde_json to 1.0.113 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9b567c..7c12b6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,4 +82,4 @@ all-features = true [dev-dependencies] # To test `serde` feature expectaions: -serde_json = "1.0.111" +serde_json = "1.0.113"