From 18d355735ed5ac8690e2a1432f9bb2d4401707b6 Mon Sep 17 00:00:00 2001 From: Joe Isaacs Date: Fri, 13 Feb 2026 18:10:22 +0000 Subject: [PATCH] fix[deps]: update serde_json Signed-off-by: Joe Isaacs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 415008c2a66..50d6bebe4d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -208,7 +208,7 @@ rstest = "0.26.1" rstest_reuse = "0.7.0" rustc-hash = "2.1" serde = "1.0.220" -serde_json = "1.0.116" +serde_json = "1.0.138" serde_test = "1.0.176" simdutf8 = "0.1.5" similar = "2.7.0"