Skip to content

Update Rust crate fancy-regex to 0.18.0#206

Merged
simu merged 1 commit intomainfrom
renovate/fancy-regex-0.x
Apr 24, 2026
Merged

Update Rust crate fancy-regex to 0.18.0#206
simu merged 1 commit intomainfrom
renovate/fancy-regex-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 24, 2026

This PR contains the following updates:

Package Type Update Change
fancy-regex dependencies minor 0.17.00.18.0

Release Notes

fancy-regex/fancy-regex (fancy-regex)

v0.18.0

Compare Source

Added
  • Add support for \N to mean any character except newline, for Oniguruma compatibility (#​206)
  • Add support for (*FAIL) backtracking control verb (#​210)
  • Add support for more \p{...} and \P{...} aliases, for Oniguruma compatibility (#​207)
  • Add support for word boundaries and zero-length fancy patterns inside variable lookbehinds (at top level) (#​216)
  • Add support for \R to mean general newline, matching all common line break characters, treating \r\n atomically (#​220)
  • Add support for the regex crate's (?R) CRLF mode flag (#​238)
  • Add support for subroutine calls (including recursion up to 20 levels deep, matching Oniguruma behavior) \g<1> (#​230)
  • Add support for Oniguruma's absent repeater (?~abc) (#​233)
  • Add support for ignoring empty matches (#​240)
  • Add support for treating unnamed capture groups as non-capturing when named groups exist (#​241)
Changed
  • RegexBuilder can now build multiple patterns with the same options (#​213)
  • Parsing of capture group names is now more lenient (#​241)
Fixed
  • Fixed bug with parsing nested character classes containing unescaped ] (#​211)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 added the dependency label Apr 24, 2026
@github-actions
Copy link
Copy Markdown

Benchmark for 26ce0d7

Click to view benchmark
Test Base PR %
Reclass::inventory() multi-threaded 2.1±0.15ms 2.1±0.16ms 0.00%
Reclass::inventory() single-threaded 3.6±0.06ms 3.6±0.05ms 0.00%

@simu simu merged commit d2cc865 into main Apr 24, 2026
22 checks passed
@simu simu deleted the renovate/fancy-regex-0.x branch April 24, 2026 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant