Closed renovate[bot] closed 1 year ago
Merging #150 (ea89fdf) into master (faf2c88) will increase coverage by
0.11%
. The diff coverage isn/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
@rultor please, try to merge, since 8 checks have passed
This PR contains the following updates:
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
regex
crate from version 1.9.2 to 1.9.3 inCargo.toml
andCargo.lock
files.regex
crate inCargo.lock
file.regex-automata
crate from version 0.3.5 to 0.3.6 inCargo.lock
file.regex-automata
crate inCargo.lock
file.