⬆️ Update Rust crate regex to v1.13.1 - #263
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #263 +/- ##
=======================================
Coverage 92.96% 92.96%
=======================================
Files 42 42
Lines 13817 13817
=======================================
Hits 12845 12845
Misses 972 972 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
2fa9cc7 to
deb6898
Compare
77662a1 to
dc3c005
Compare
50f6cc5 to
4d92c79
Compare
4d92c79 to
7822e08
Compare
|
@copilot can you fix the ci issue? |
Head branch was pushed to by a user without write access
The CI failure was in the "Third-party license policy" job — |
Edited/Blocked NotificationRenovate 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. |
This PR contains the following updates:
1.13.0→1.13.1Release Notes
rust-lang/regex (regex)
v1.13.1Compare Source
===================
This is a release that fixes a bug where incorrect regex match offsets could be
reported. Note that this doesn't impact whether a match occurs or not, just
where it occurs. The match offsets are still valid for slicing, they just may
not refer to the correct leftmost-first match. See
#1364 for (many) more details.
Bug fixes:
Fixes previously unsound reverse suffix and inner optimizations.
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.