From 66510aac8d155f56074ccaa86b6921a3912f70e3 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 08:30:52 +0000 Subject: [PATCH] Update regex dependency from 1.5.5 to 1.12.2 - Updated `implants/Cargo.toml` - Verified build and tests --- implants/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implants/Cargo.toml b/implants/Cargo.toml index fe3302bab..6cd93c4ce 100644 --- a/implants/Cargo.toml +++ b/implants/Cargo.toml @@ -106,7 +106,7 @@ prost = "0.12" prost-types = "0.12" rand = "0.8.5" rand_chacha = { version = "0.3.1", default-features = false, features = ["std"]} -regex = { version = "1.5.5", default-features = false} +regex = { version = "1.12.2", default-features = false} reqwest = { version = "0.12.15", default-features = false } russh = "0.37.1" russh-sftp = "=2.0.8" # `thiserror` dependcy in older versions causes downstream issues in other libraries.