From a024192c6b726aec0f881e2e7e978a2549a78b02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 23:08:42 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.112 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6dbc75d..1e7d43f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ quick_cache = { version = "0.4.0", default-features = false, features = [] } rand = "0.8.5" seahash = { version = "4.1.0", optional = true } serde = { version = "1.0.195", features = ["derive", "rc"] } -serde_json = "1.0.111" +serde_json = "1.0.112" tempfile = "3.9.0" [dev-dependencies]