Changelog
*Sourced from [regex's changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md).*
> 1.1.2 (2019-02-27)
> ==================
> This release fixes a bug found in the fix introduced in 1.1.1.
>
> Bug fixes:
>
> * [BUG edf45e6f](https://github.com/rust-lang/regex/commit/edf45e6f):
> Fix bug introduced in reverse suffix literal matcher in the 1.1.1 release.
>
>
> 1.1.1 (2019-02-27)
> ==================
> This is a small release with one fix for a bug caused by literal optimizations.
>
> Bug fixes:
>
> * [BUG 661bf53d](https://github.com/rust-lang/regex/commit/661bf53d):
> Fixes a bug in the reverse suffix literal optimization. This was originally
> reported
> [against ripgrep](https://github-redirect.dependabot.com/BurntSushi/ripgrep/issues/1203).
Commits
- [`8977e35`](https://github.com/rust-lang/regex/commit/8977e35a8eb9f8e4f27f7bdd0aaf34070a99251c) 1.1.2
- [`13bb7f5`](https://github.com/rust-lang/regex/commit/13bb7f517ee38eb1c2d273849a881e59c15e49ef) changelog 1.1.2
- [`edf45e6`](https://github.com/rust-lang/regex/commit/edf45e6f5fa54705298ba14f3216cfb5277c0908) literal: fix reverse suffix literal optimization again
- [`9fb112e`](https://github.com/rust-lang/regex/commit/9fb112e0d7c3cb14c2881a57b565fbfbf3a390fb) 1.1.1
- [`a885087`](https://github.com/rust-lang/regex/commit/a8850878b48c2032faf47e282df836c8bc006a37) changelog 1.1.1
- [`661bf53`](https://github.com/rust-lang/regex/commit/661bf53d5b2b6dde25549aaad601ad8c59b37bfd) literal: fix reverse suffix optimization
- [`60d087a`](https://github.com/rust-lang/regex/commit/60d087a23025e045ae754a345b04003c31d83d93) regex-syntax-0.6.5
- [`0fc24d2`](https://github.com/rust-lang/regex/commit/0fc24d275a19553fe7d9ed683c71cf1077fed87d) syntax: add is_line_anchored_{start,end}
- [`036cad6`](https://github.com/rust-lang/regex/commit/036cad64f1f044d5241c316e449ca752f29abc29) build: refactor build.rs slightly
- [`03617b0`](https://github.com/rust-lang/regex/commit/03617b0f074b37931e3ca3f95a97598d240b7d75) doc: fix typo
- Additional commits viewable in [compare view](https://github.com/rust-lang/regex/compare/1.1.0...1.1.2)
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.
If all status checks pass Dependabot will automatically merge this pull request.
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will 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](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps regex from 1.1.0 to 1.1.2.
Changelog
*Sourced from [regex's changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md).* > 1.1.2 (2019-02-27) > ================== > This release fixes a bug found in the fix introduced in 1.1.1. > > Bug fixes: > > * [BUG edf45e6f](https://github.com/rust-lang/regex/commit/edf45e6f): > Fix bug introduced in reverse suffix literal matcher in the 1.1.1 release. > > > 1.1.1 (2019-02-27) > ================== > This is a small release with one fix for a bug caused by literal optimizations. > > Bug fixes: > > * [BUG 661bf53d](https://github.com/rust-lang/regex/commit/661bf53d): > Fixes a bug in the reverse suffix literal optimization. This was originally > reported > [against ripgrep](https://github-redirect.dependabot.com/BurntSushi/ripgrep/issues/1203).Commits
- [`8977e35`](https://github.com/rust-lang/regex/commit/8977e35a8eb9f8e4f27f7bdd0aaf34070a99251c) 1.1.2 - [`13bb7f5`](https://github.com/rust-lang/regex/commit/13bb7f517ee38eb1c2d273849a881e59c15e49ef) changelog 1.1.2 - [`edf45e6`](https://github.com/rust-lang/regex/commit/edf45e6f5fa54705298ba14f3216cfb5277c0908) literal: fix reverse suffix literal optimization again - [`9fb112e`](https://github.com/rust-lang/regex/commit/9fb112e0d7c3cb14c2881a57b565fbfbf3a390fb) 1.1.1 - [`a885087`](https://github.com/rust-lang/regex/commit/a8850878b48c2032faf47e282df836c8bc006a37) changelog 1.1.1 - [`661bf53`](https://github.com/rust-lang/regex/commit/661bf53d5b2b6dde25549aaad601ad8c59b37bfd) literal: fix reverse suffix optimization - [`60d087a`](https://github.com/rust-lang/regex/commit/60d087a23025e045ae754a345b04003c31d83d93) regex-syntax-0.6.5 - [`0fc24d2`](https://github.com/rust-lang/regex/commit/0fc24d275a19553fe7d9ed683c71cf1077fed87d) syntax: add is_line_anchored_{start,end} - [`036cad6`](https://github.com/rust-lang/regex/commit/036cad64f1f044d5241c316e449ca752f29abc29) build: refactor build.rs slightly - [`03617b0`](https://github.com/rust-lang/regex/commit/03617b0f074b37931e3ca3f95a97598d240b7d75) doc: fix typo - Additional commits viewable in [compare view](https://github.com/rust-lang/regex/compare/1.1.0...1.1.2)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
.If all status checks pass Dependabot will automatically merge this pull request.
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.