nextest-rs / nextest

A next-generation test runner for Rust.
https://nexte.st
Apache License 2.0
2.03k stars 90 forks source link

fix(deps): update rust crate regex to 1.10.5 #1549

Closed nextest-bot closed 3 weeks ago

nextest-bot commented 3 weeks ago

This PR contains the following updates:

Package Type Update Change
regex dependencies patch 1.10.4 -> 1.10.5
regex dev-dependencies patch 1.10.4 -> 1.10.5

Release Notes

rust-lang/regex (regex) ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #​1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`.

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Renovate Bot.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.00%. Comparing base (0d58efd) to head (00f4c1a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1549 +/- ## ======================================= Coverage 79.00% 79.00% ======================================= Files 76 76 Lines 18786 18786 ======================================= + Hits 14841 14842 +1 + Misses 3945 3944 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.