From e81b07c753ab8a167bf0748ce252af509450f91e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 19:08:42 +0000 Subject: [PATCH] Update Rust crate regex to 1.9.5 --- memN0ps/mimiRust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memN0ps/mimiRust/Cargo.toml b/memN0ps/mimiRust/Cargo.toml index ae9dedd..acb3e4e 100644 --- a/memN0ps/mimiRust/Cargo.toml +++ b/memN0ps/mimiRust/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "1.0" aes = "0.8.3" block-modes = "0.9.1" des = "0.8.1" -regex = "1.9.4" +regex = "1.9.5" clap = { version = "4.4.2", features = ["derive"] } whoami = "1.4.1" md-5 = "0.10.5"