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

chore(deps): Bump regex from 1.4.6 to 1.5.1 #241

Merged
merged 1 commit into from
May 1, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2021

Bumps regex from 1.4.6 to 1.5.1.

Changelog

Sourced from regex's changelog.

1.5.1 (2021-04-30)

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

1.5.0 (2021-04-30)

This release primarily updates to Rust 2018 (finally) and bumps the MSRV to Rust 1.41 (from Rust 1.28). Rust 1.41 was chosen because it's still reasonably old, and is what's in Debian stable at the time of writing.

This release also drops this crate's own bespoke substring search algorithms in favor of a new memmem implementation provided by the memchr crate. This will change the performance profile of some regexes, sometimes getting a little worse, and hopefully more frequently, getting a lot better. Please report any serious performance regressions if you find them.

Commits
  • 374c168 1.5.1
  • 0c6dfbc impl: fix compilation error when perf-literal is disabled
  • 9f9f693 1.5.0
  • b0ff75d impl: remove deprecated use of byte_classes
  • f3b8479 deps: bump regex-syntax minimum version to 0.6.24
  • 00fb09e regex-syntax-0.6.24
  • 99bd099 changelog: 1.5.0
  • a2a393f fmt: run 'cargo fmt --all'
  • 832ba73 msrv: bump to Rust 1.41.1
  • e2860fe edition: manual fixups to code
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@codecov
Copy link

codecov bot commented May 1, 2021

Codecov Report

Merging #241 (c7521bf) into master (14f1532) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #241   +/-   ##
=======================================
  Coverage   28.47%   28.47%           
=======================================
  Files          14       14           
  Lines        1605     1605           
=======================================
  Hits          457      457           
  Misses       1148     1148           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 14f1532...c7521bf. Read the comment docs.

@epage epage merged commit 0e16f37 into master May 1, 2021
@epage epage deleted the dependabot/cargo/regex-1.5.1 branch May 1, 2021 14:05
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