Skip to content

chore(deps): update rust crate fancy-regex to ^0.17.0#80

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/rust-crates
Dec 14, 2025
Merged

chore(deps): update rust crate fancy-regex to ^0.17.0#80
renovate[bot] merged 1 commit intomainfrom
renovate/rust-crates

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2025

This PR contains the following updates:

Package Type Update Change
fancy-regex dependencies minor ^0.16.2 -> ^0.17.0

Release Notes

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

v0.17.0

Compare Source

Added
  • Add support for "easy" variable-length lookbehinds (enabled via new feature flag) (#​194, #​196)
  • Add support for more word boundaries: \b{start}, \b{end}, \b{start-half}, \b{end-half} (#​193)
  • Allow {...} repetition syntax after assertions (except in Oniguruma mode) (#​193)
  • Add Oniguruma mode flag to playground (#​199)
Changed
  • Rewrite Theory section of Readme in a more formal style (#​187)
  • Box CompileError in Error enum to reduce size (#​204)
  • Bail out early when \G fails to match for increased performance (#​198)
  • Handle ignore_whitespace case in parsing escape sequences (#​193)
  • Add tests to ensure that Regex is Send and Sync (#​195)
Fixed
  • Fix clippy lint warnings (#​204)

Configuration

📅 Schedule: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, 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.

@github-actions
Copy link
Contributor

Benchmark for 5712320

Click to view benchmark
Test Base PR %
vpath_edge_cases 2.0±0.07µs 2.0±0.09µs 0.00%
vpath_mixed_workload 4.2±0.15µs 4.3±0.11µs +2.38%
vpath_native 1285.9±95.54ns 1315.3±64.73ns +2.29%
vpath_virtual 3.2±0.10µs 3.3±0.17µs +3.12%
vpath_virtual_zip 2.8±0.11µs 2.7±0.10µs -3.57%
vpath_zip 1799.6±44.84ns 1895.6±94.61ns +5.33%

@renovate renovate bot merged commit 810eb86 into main Dec 14, 2025
6 checks passed
@renovate renovate bot deleted the renovate/rust-crates branch December 14, 2025 21:02
@github-actions github-actions bot mentioned this pull request Dec 11, 2025
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.

0 participants