Bump regex from 1.5.4 to 1.5.5#153
Conversation
|
appveyor is failing on: |
|
@refi64 rings a bell? |
|
So this line should be getting hit: findutils/src/find/matchers/printf.rs Line 561 in 4cd4e4f But instead it's hitting: findutils/src/find/matchers/printf.rs Line 570 in 4cd4e4f This only happens for the nightly Windows build, so I suspect there's a change in IO error mapping on Windows that has hit nightly. |
|
I suspect this is caused by rust-lang/rust#90955 |
|
I tried on a Windows VM but couldn't reproduce the failure, even with exactly the same nightly as that AppVeyor build. |
|
Strange, it seems like the original error wouldn't have been one touched by that PR, since it would have been There are some other strange errors there too: Could it be an issue on AppVeyor's end? |
|
Ah, the bug doesn't show up on Windows 10/11, only Windows 8 and below (including Windows Server 2012 R2 Datacenter I guess, what AppVeyor is running): rust-lang/rust#95154 |
|
The latest nightly has that bug fixed, and it made my PR (#154) pass, so I assume this one would pass too if we re-ran it. |
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.5.4...1.5.5) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
a62a2d2 to
d58fb52
Compare
Codecov Report
@@ Coverage Diff @@
## main #153 +/- ##
==========================================
+ Coverage 53.39% 53.55% +0.16%
==========================================
Files 28 28
Lines 4748 4748
Branches 1555 1555
==========================================
+ Hits 2535 2543 +8
Misses 1667 1667
+ Partials 546 538 -8
Continue to review full report at Codecov.
|
Bumps regex from 1.5.4 to 1.5.5.
Changelog
Sourced from regex's changelog.
Commits
d1303811.5.5ae70b41security: fix denial-of-service bug in compilerb92ffd5cargo: use SPDX license formatf6e52dasyntax: fix 'unused' warnings5197f21fuzz: do not use inherits in Cargo.toml3662851doc: fix typo63ee669syntax/doc: fix 'their' typod6bc7a4readme: remove broken badgebd74660fuzz: try to fix build issuebd0a142readme: fix badgesDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)