Skip to content

git-checks: bump regex dependency

This avoids RUSTSEC-2022-0013 which describes a denial-of-service in the regex crate when provided with certain expressions. As regexes are provided by external code, this must be updated to avoid the problem.

See: https://rustsec.org/advisories/RUSTSEC-2022-0013

Merge request reports