From e1f14e1710607862c24fab4cc7219a738223c367 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:44:25 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.149 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51ba965..f2687ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ hyper-rustls = { version = "0.27", features = ["http1"] } lazy-regex = "3.4.2" log = "0.4.29" serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.145" +serde_json = "1.0.149" thiserror = "2.0.17" tokio = { version = "1.47.1", features = [ "macros",