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

fix(deps): update rust crate fancy-regex to 0.13 #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 11, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
fancy-regex dependencies minor 0.11 -> 0.13

Release Notes

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

v0.13.0

Compare Source

Added
  • Support for relative backreferences using \k<-1> (-1 references the
    previous group) (#​121)
  • Add try_replacen to Regex which returns a Result instead of panicking
    when matching errors (#​130)
Changed
  • Switch from regex crate to regex-automata and regex-syntax (lower level APIs)
    to simplify internals (#​121)
  • Allow escaping some letters in character classes, e.g. [\A] used to error
    but now matches the same as [A] (for compatibility with Oniguruma)
  • MSRV (minimum supported Rust version) is now 1.66.1 (from 1.61.0)
Fixed
  • Fix index out of bounds panic when parsing unclosed (?( (#​125)

v0.12.0

Compare Source

Added
  • Support for no_std (the std feature is enabled by default but can be
    disabled if desired) (#​111)
  • TryFrom &str and String impl for Regex (#​115)
Changed
  • Error and its components are now Clone (#​116)
  • MSRV (minimum supported Rust version) is now 1.61.0 (from 1.42.0)

Configuration

📅 Schedule: 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 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 force-pushed the renovate/fancy-regex-0.x branch from 7d2bc60 to 9d869bd Compare December 22, 2023 12:51
@renovate renovate bot changed the title fix(deps): update rust crate fancy-regex to 0.12 fix(deps): update rust crate fancy-regex to 0.13 Dec 22, 2023
@renovate renovate bot force-pushed the renovate/fancy-regex-0.x branch from 9d869bd to fc5a7b6 Compare May 3, 2024 17:19
@renovate renovate bot changed the title fix(deps): update rust crate fancy-regex to 0.13 fix(deps): update rust crate fancy-regex to 0.13.0 May 3, 2024
@renovate renovate bot force-pushed the renovate/fancy-regex-0.x branch from fc5a7b6 to ed0964b Compare May 5, 2024 09:04
@renovate renovate bot changed the title fix(deps): update rust crate fancy-regex to 0.13.0 fix(deps): update rust crate fancy-regex to 0.13 May 5, 2024
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