Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

fix(deps): update rust crate regex to 1.8.1 #109

Merged
merged 1 commit into from
Apr 26, 2023
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 21, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
regex dependencies patch 1.8.0 -> 1.8.1

Release Notes

rust-lang/regex

v1.8.1

==================
This is a patch release that fixes a bug where a regex match could be reported
where none was found. Specifically, the bug occurs when a pattern contains some
literal prefixes that could be extracted and an optional word boundary in the
prefix.

Bug fixes:

  • BUG #​981:
    Fix a bug where a word boundary could interact with prefix literal
    optimizations and lead to a false positive match.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot merged commit e2e2fb8 into master Apr 26, 2023
@renovate renovate bot deleted the renovate/regex-1.x branch April 26, 2023 06:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants