-
Notifications
You must be signed in to change notification settings - Fork 107
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
build(deps): bump regex from 1.8.4 to 1.9.1 #7189
Conversation
0558018
to
73a40bb
Compare
This is a complete rewrite of the regex engine, that's already had one patch release: Should we merge it now, so it gets a lot of testing before the release? (I've already marked it as needing 2 reviews, seems sensible. Although I don't think we can review the whole engine rewrite in any meaningful way. Fortunately we don't use regex for consensus-critical checks.) |
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.4 to 1.9.1. - [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.8.4...1.9.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
73a40bb
to
2b36f91
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, it's a large rewrite, but we don't use it for anything consensus-critical.
Let's try this and see how it goes? |
@Mergifyio refresh |
✅ Pull request refreshed |
@Mergifyio refresh |
✅ Pull request refreshed |
Depends-On: #7158
Bumps regex from 1.8.4 to 1.9.1.
Changelog
Sourced from regex's changelog.
... (truncated)
Commits
a47e245
1.9.14136a1b
deps: bump regex-automata to 0.3.1bd87969
regex-automata-0.3.1663fc54
changelog: 1.9.14e89cbf
automata/nfa/backtrack: fix memory usagec51486d
fuzz: tweak limits54690c2
doc: fix typos7c3463d
regex-cli: update compile-test and add recent measurements53786ce
regex-cli-0.1.0a40b1e5
regex-cli: make it publishableDependabot 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