objectionary / sodg

Rust implementation of Surging Object DiGraph (SODG)
https://crates.io/crates/sodg
MIT License
9 stars 3 forks source link

Update Rust crate regex to 1.9.3 #150

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
regex dependencies patch 1.9.2 -> 1.9.3

Release Notes

rust-lang/regex (regex) ### [`v1.9.3`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#193-2023-08-05) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.9.2...1.9.3) \================== This is a patch release that fixes a bug where some searches could result in incorrect match offsets being reported. It is difficult to characterize the types of regexes susceptible to this bug. They generally involve patterns that contain no prefix or suffix literals, but have an inner literal along with a regex prefix that can conditionally match. Bug fixes: - [BUG #​1060](https://togithub.com/rust-lang/regex/issues/1060): Fix a bug with the reverse inner literal optimization reporting incorrect match offsets.

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.



This PR has been generated by Mend Renovate. View repository job log here.


PR-Codex overview

This PR focuses on updating the regex crate from version 1.9.2 to 1.9.3.

Detailed summary

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

codecov[bot] commented 1 year ago

Codecov Report

Merging #150 (ea89fdf) into master (faf2c88) will increase coverage by 0.11%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #150      +/-   ##
==========================================
+ Coverage   70.97%   71.09%   +0.11%     
==========================================
  Files          16       16              
  Lines         596      595       -1     
==========================================
  Hits          423      423              
+ Misses        173      172       -1     

see 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

yegor256 commented 1 year ago

@rultor please, try to merge, since 8 checks have passed

rultor commented 1 year ago

@rultor please, try to merge, since 8 checks have passed

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 1 year ago

@rultor please, try to merge, since 8 checks have passed

@yegor256 Done! FYI, the full log is here (took me 3min)