From 6fc1c8f28d379011c57523b6e7bb796308fdbf23 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 08:28:45 +0000 Subject: [PATCH] Update serde_json from 1.0.87 to 1.0.149 in implants/Cargo.toml Co-authored-by: KCarretto <16250309+KCarretto@users.noreply.github.com> --- implants/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implants/Cargo.toml b/implants/Cargo.toml index 0f7c93d4d..4cd74047c 100644 --- a/implants/Cargo.toml +++ b/implants/Cargo.toml @@ -112,7 +112,7 @@ russh-keys = "0.37.1" rustls = "0.23" rust-embed = "8.5.0" serde = "1.0" -serde_json = "1.0.87" +serde_json = "1.0.149" serde_yaml = "0.9" sha1 = "0.10.5" sha2 = "0.10.7"