From 9ec57f9c45aaee5a001a9c184fda0bd8b763a092 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:51:00 +0000 Subject: [PATCH] fix(deps): update rust crate regex to 1.10.0 --- packages/packsquash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/packsquash/Cargo.toml b/packages/packsquash/Cargo.toml index 64275bc44..22a1a9673 100644 --- a/packages/packsquash/Cargo.toml +++ b/packages/packsquash/Cargo.toml @@ -64,7 +64,7 @@ fpe = "0.6.1" uuid = "1.4.1" entropy = "0.4.1" rand_xoshiro = "0.6.0" -regex = "1.9.6" +regex = "1.10.0" aho-corasick = "1.1.2" [target.'cfg(unix)'.dependencies]