Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2025

This PR contains the following updates:

Package Type Update Change
regex dev-dependencies minor 1.11.3 -> 1.12.1

Release Notes

rust-lang/regex (regex)

v1.12.1

Compare Source

===================
This release makes a bug fix in the new regex::Captures::get_match API
introduced in 1.12.0. There was an oversight with the lifetime parameter
for the Match returned. This is technically a breaking change, but given
that it was caught almost immediately and I've yanked the 1.12.0 release,
I think this is fine.

v1.12.0

Compare Source

===================
This release contains a smattering of bug fixes, a fix for excessive memory
consumption in some cases and a new regex::Captures::get_match API.

Improvements:

  • FEATURE #​1146:
    Add Capture::get_match for returning the overall match without unwrap().

Bug fixes:

  • BUG #​1083:
    Fixes a panic in the lazy DFA (can only occur for especially large regexes).
  • BUG #​1116:
    Fixes a memory usage regression for large regexes (introduced in regex 1.9).
  • BUG #​1195:
    Fix universal start states in sparse DFA.
  • BUG #​1295:
    Fixes a panic when deserializing a corrupted dense DFA.
  • BUG 8f5d9479:
    Make regex_automata::meta::Regex::find consistently return None when
    WhichCaptures::None is used.

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge October 9, 2025 11:55
@coderabbitai
Copy link

coderabbitai bot commented Oct 9, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot changed the title chore(deps): update rust crate regex to v1.11.3 chore(deps): update rust crate regex to v1.11.3 - autoclosed Oct 9, 2025
@renovate renovate bot closed this Oct 9, 2025
auto-merge was automatically disabled October 9, 2025 12:00

Pull request was closed

@renovate renovate bot deleted the renovate/regex-1.x-lockfile branch October 9, 2025 12:00
@codspeed-hq
Copy link

codspeed-hq bot commented Oct 9, 2025

CodSpeed Performance Report

Merging #708 will not alter performance

Comparing renovate/regex-1.x-lockfile (866c547) with main (66cc6e0)

Summary

✅ 38 untouched

@renovate renovate bot changed the title chore(deps): update rust crate regex to v1.11.3 - autoclosed chore(deps): update rust crate regex to v1.12.1 Oct 11, 2025
@renovate renovate bot reopened this Oct 11, 2025
@renovate renovate bot force-pushed the renovate/regex-1.x-lockfile branch 2 times, most recently from 38cb9e3 to 866c547 Compare October 11, 2025 01:52
@renovate renovate bot added this pull request to the merge queue Oct 11, 2025
Merged via the queue into main with commit bdcff8b Oct 11, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant