From 32f31ef4229ab8bf09c4cd1c627b8739735baa71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 07:58:31 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.110 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fea623a..52783c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ opt-level = "s" # Serialization serde = "1.0.136" serde_derive = "1.0.136" -serde_json = "1.0.79" +serde_json = "1.0.110" # Utility getrandom = { version = "0.2.6", features = ["js"] }