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.