Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate lazy-regex to v3 #380

Merged
merged 4 commits into from
Aug 3, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
lazy-regex dependencies major 2.2.1 -> 3.0.1

Release Notes

Canop/lazy-regex (lazy-regex)

v3.0.1

  • syn dependency updated to 2.0

v3.0.0

  • the lite feature switches the engine to regex-lite instead of regex. The whole regex|regex-lite crate is reexported under lazy_regex::regex
  • regex crate upgraded to 1.9

v2.5.0

  • replace! and replace_all! now supports non closure replacers - Fix #​19

v2.4.1

  • rustc minimal version downgraded from 1.65 to to 1.56 by popular demand

v2.4.0

  • allow building with --no-default-features
  • regex crate upgraded from 1.5 to 1.7 (minor Unicode changes)
  • rustc minimal version now 1.65

v2.3.1

  • better error messages on bad regexes - thanks @​necauqua

v2.3.0

v2.2.2

Reexpose features of the regex crate


Configuration

📅 Schedule: Branch creation - "before 5am on monday" (UTC), 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 added the dependencies Dependency Management label Jul 10, 2023
@renovate renovate bot force-pushed the renovate/lazy-regex-3.x branch from be53746 to 18ba989 Compare July 29, 2023 01:59
@renovate
Copy link
Contributor Author

renovate bot commented Aug 3, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@msrd0 msrd0 enabled auto-merge (squash) August 3, 2023 13:08
@msrd0 msrd0 merged commit afa1d3e into main Aug 3, 2023
20 checks passed
@msrd0 msrd0 deleted the renovate/lazy-regex-3.x branch August 3, 2023 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency Management
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant