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

build(deps): update lazy-regex requirement from 2.2.1 to 3.0.0 #381

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2023

Updates the requirements on lazy-regex to permit the latest version.

Changelog

Sourced from lazy-regex's changelog.

v3.0.0 - 2023-07-07

  • 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 - 2023-03-09

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

v2.4.1 - 2023-01-05

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

v2.4.0 - 2023-01-04

  • 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 - 2022-11-03

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

v2.3.0 - 2022-03-05

v2.2.2 - 2021-10-20

Reexpose features of the regex crate

v2.2.1 - 2021-06-07

Add the regex_replace! macro for when you only want to replace one match Reexports more types of the regex crates

v2.2.0 - 2021-06-04

Add the regex_replace_all! macro to do replacements with a closure taking the right number of &str arguments according to the number of groups in the regular expression

v2.1.0 - 2021-06-02

Add the lazy_regex! macro returning a Lazy<Regex> for easy use in a pub static shared declaration.

v2.0.2 - 2021-05-31

Fix a cross compilation problem, thanks @​AlephAlpha - Fix #5

v2.0.1 - 2021-05-20

Improved documentation

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [lazy-regex](https://github.com/Canop/lazy-regex) to permit the latest version.
- [Changelog](https://github.com/Canop/lazy-regex/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Canop/lazy-regex/commits)

---
updated-dependencies:
- dependency-name: lazy-regex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Dependency Management label Jul 10, 2023
@dependabot dependabot bot requested a review from msrd0 July 10, 2023 04:32
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2023

Superseded by #388.

@dependabot dependabot bot closed this Jul 31, 2023
@dependabot dependabot bot deleted the dependabot/cargo/lazy-regex-3.0.0 branch July 31, 2023 04:05
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.

0 participants