Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate regex to 1.6 #141

Merged
merged 1 commit into from
Oct 14, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
regex dependencies minor 1.5 -> 1.6

Release Notes

rust-lang/regex

v1.6.0

Compare Source

==================
This release principally includes an upgrade to Unicode 14.

New features:

Bug fixes:

v1.5.6

Compare Source

==================
This release includes a few bug fixes, including a bug that produced incorrect
matches when a non-greedy ? operator was used.

  • BUG #​680:
    Fixes a bug where [[:alnum:][:^ascii:]] dropped [:alnum:] from the class.
  • BUG #​859:
    Fixes a bug where Hir::is_match_empty returned false for \b.
  • BUG #​862:
    Fixes a bug where 'ab??' matches 'ab' instead of 'a' in 'ab'.

v1.5.5

Compare Source

==================
This releases fixes a security bug in the regex compiler. This bug permits a
vector for a denial-of-service attack in cases where the regex being compiled
is untrusted. There are no known problems where the regex is itself trusted,
including in cases of untrusted haystacks.

v1.5.4

Compare Source

==================
This release fixes another compilation failure when building regex. This time,
the fix is for when the pattern feature is enabled, which only works on
nightly Rust. CI has been updated to test this case.

  • BUG #​772:
    Fix build when pattern feature is enabled.

v1.5.3

Compare Source

==================
This releases fixes a bug when building regex with only the unicode-perl
feature. It turns out that while CI was building this configuration, it wasn't
actually failing the overall build on a failed compilation.

  • BUG #​769:
    Fix build in regex-syntax when only the unicode-perl feature is enabled.

v1.5.2

Compare Source

==================
This release fixes a performance bug when Unicode word boundaries are used.
Namely, for certain regexes on certain inputs, it's possible for the lazy DFA
to stop searching (causing a fallback to a slower engine) when it doesn't
actually need to.

PR #​768 fixes the bug, which was
originally reported in
ripgrep#​1860.

v1.5.1

Compare Source

==================
This is a patch release that fixes a compilation error when the perf-literal
feature is not enabled.


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.


  • If you want to rebase/retry this PR, click this checkbox.

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

@netlify
Copy link

netlify bot commented Jul 5, 2022

Deploy Preview for hoard-docs ready!

Name Link
🔨 Latest commit c40013f
🔍 Latest deploy log https://app.netlify.com/sites/hoard-docs/deploys/6348d24f9a11d100095e111f
😎 Deploy Preview https://deploy-preview-141--hoard-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov
Copy link

codecov bot commented Jul 5, 2022

Codecov Report

Merging #141 (c40013f) into main (ce0df1a) will decrease coverage by 0.40%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #141      +/-   ##
==========================================
- Coverage   90.62%   90.22%   -0.41%     
==========================================
  Files          71       71              
  Lines        4970     4970              
==========================================
- Hits         4504     4484      -20     
- Misses        466      486      +20     
Impacted Files Coverage Δ
tests/hoard_status.rs 92.37% <0.00%> (-7.63%) ⬇️
src/checkers/history/last_paths.rs 90.90% <0.00%> (-6.50%) ⬇️
tests/hoard_upgrade.rs 96.53% <0.00%> (-1.49%) ⬇️
src/checkers/history/operation/util.rs 80.00% <0.00%> (-0.91%) ⬇️
tests/common/base.rs 86.12% <0.00%> (-0.72%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@renovate renovate bot force-pushed the renovate/regex-1.x branch from c3912b1 to c40013f Compare October 14, 2022 03:06
@Shadow53 Shadow53 merged commit c53dca0 into main Oct 14, 2022
@Shadow53 Shadow53 deleted the renovate/regex-1.x branch October 14, 2022 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant