Bump regex from 1.3.1 to 1.4.6
⚠️ Dependabot Preview has been deactivated ⚠️
This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.
If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.
Bumps regex from 1.3.1 to 1.4.6.
Changelog
Sourced from regex's changelog.
1.4.6 (2021-04-22)
This is a small patch release that fixes the compiler's size check on how much heap memory a regex uses. Previously, the compiler did not account for the heap usage of Unicode character classes. Now it does. It's possible that this may make some regexes fail to compile that previously did compile. If that happens, please file an issue.
- BUG OSS-fuzz#33579: Some regexes can use more heap memory than one would expect.
1.4.5 (2021-03-14)
This is a small patch release that fixes a regression in the size of a
Regexin the 1.4.4 release. Prior to 1.4.4, aRegexwas 552 bytes. In the 1.4.4 release, it was 856 bytes due to internal changes. In this release, aRegexis now 16 bytes. In general, the size of aRegexwas never something that was on my radar, but this increased size in the 1.4.4 release seems to have crossed a threshold and resulted in stack overflows in some programs.
- [BUG #750](rust-lang/regex#750): Fixes stack overflows seemingly caused by a large
Regexsize by decreasing its size.1.4.4 (2021-03-11)
This is a small patch release that contains some bug fixes. Notably, it also drops the
thread_local(andlazy_static, via transitivity) dependencies.Bug fixes:
- [BUG #362](rust-lang/regex#362): Memory leaks caused by an internal caching strategy should now be fixed.
- [BUG #576](rust-lang/regex#576): All regex types now implement
UnwindSafeandRefUnwindSafe.- [BUG #728](rust-lang/regex#749): Add missing
Replacerimpls forVec<u8>,String,Cow, etc.1.4.3 (2021-01-08)
This is a small patch release that adds some missing standard trait implementations for some types in the public API.
Bug fixes:
- [BUG #734](rust-lang/regex#734): Add
FusedIteratorandExactSizeIteratorimpls to iterator types.
... (truncated)
Commits
3db87221.4.641f14c2fuzz: account for Unicode class size in compiler6d95a6fimpl: shrink size of Instcc0f2c9fuzz: update libfuzzer dependencyff283ba1.4.578c7cefimpl: substantially reduce regex stack size951b8b91.4.45a35701regex-syntax-0.6.23967a090changelog: 1.4.4e040c1bimpl: drop thread_local dependency- Additional commits viewable in compare view
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 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)