From 2b9b53847ff031fb439881a17a3b152d027cff86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 15:38:41 +0000 Subject: [PATCH] fix(deps): update rust crate regex to 1.9.6 --- Cargo.lock | 8 ++++---- packages/packsquash/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b2c544bc..8a0a492e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2060,9 +2060,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.9.5" +version = "1.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47" +checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff" dependencies = [ "aho-corasick", "memchr", @@ -2072,9 +2072,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795" +checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9" dependencies = [ "aho-corasick", "memchr", diff --git a/packages/packsquash/Cargo.toml b/packages/packsquash/Cargo.toml index c9435180c..fec661951 100644 --- a/packages/packsquash/Cargo.toml +++ b/packages/packsquash/Cargo.toml @@ -65,7 +65,7 @@ fpe = "0.6.1" uuid = "1.4.1" entropy = "0.4.1" rand_xoshiro = "0.6.0" -regex = "1.9.5" +regex = "1.9.6" aho-corasick = "1.1.1" [target.'cfg(unix)'.dependencies]