Changelog
*Sourced from [regex's changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md).*
> 1.1.9 (2019-07-06)
> ==================
> This release contains a bug fix that caused regex's tests to fail, due to a
> dependency on an unreleased behavior in regex-syntax.
>
> * [BUG [#593](https://github-redirect.dependabot.com/rust-lang/regex/issues/593)](https://github-redirect.dependabot.com/rust-lang/regex/issues/593):
> Move an integration-style test on error messages into regex-syntax.
>
>
> 1.1.8 (2019-07-04)
> ==================
> This release contains a few small internal refactorings. One of which fixes
> an instance of undefined behavior in a part of the SIMD code.
>
> Bug fixes:
>
> * [BUG [#545](https://github-redirect.dependabot.com/rust-lang/regex/issues/545)](https://github-redirect.dependabot.com/rust-lang/regex/issues/545):
> Improves error messages when a repetition operator is used without a number.
> * [BUG [#588](https://github-redirect.dependabot.com/rust-lang/regex/issues/588)](https://github-redirect.dependabot.com/rust-lang/regex/issues/588):
> Removes use of a repr(Rust) union used for type punning in the Teddy matcher.
> * [BUG [#591](https://github-redirect.dependabot.com/rust-lang/regex/issues/591)](https://github-redirect.dependabot.com/rust-lang/regex/issues/591):
> Update docs for running benchmarks and improve failure modes.
>
>
> 1.1.7 (2019-06-09)
> ==================
> This release fixes up a few warnings as a result of recent deprecations.
Commits
- [`df23d5a`](https://github.com/rust-lang/regex/commit/df23d5abe4ce63792009bf4ef6db72a826fb7d5c) 1.1.9
- [`62b7b50`](https://github.com/rust-lang/regex/commit/62b7b508fa6a690602206455058224d08e502863) regex-syntax-0.6.8
- [`886a7e7`](https://github.com/rust-lang/regex/commit/886a7e7185c297b71a4a51e16dfea915fe3ce9d3) syntax: move error test to syntax crate
- [`5b773b1`](https://github.com/rust-lang/regex/commit/5b773b13d95e993b96fd21bf7094253b50c6793f) 1.1.8
- [`1bf628d`](https://github.com/rust-lang/regex/commit/1bf628d81925b505ea617dba68b17cdab08d272a) changelog: 1.1.8
- [`3ab963e`](https://github.com/rust-lang/regex/commit/3ab963e429ab73b76359970dd77c1d7a7f52e261) bench: improve error handling for benchmark script
- [`79809ce`](https://github.com/rust-lang/regex/commit/79809ce6d02a250d3d03b326db99b09405053789) doc: update instructions for running benchmarks
- [`9f701e3`](https://github.com/rust-lang/regex/commit/9f701e32059c553f3967ba10b21be66c959c569d) teddy: make u8x16 and u8x32 have vector call ABI
- [`0a5bedd`](https://github.com/rust-lang/regex/commit/0a5beddafc9cf50f3bc5b1c597fe98676ef9ec9a) bench: slim down compile script
- [`f43beb3`](https://github.com/rust-lang/regex/commit/f43beb3a8a2781b511ff8d306197b7649a8f3135) exec: switch to Aho-Corasick's leftmost-first mode
- Additional commits viewable in [compare view](https://github.com/rust-lang/regex/compare/1.1.6...1.1.9)
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 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). To ignore the version in this PR you can just close it
- `@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.6 to 1.1.9.
Changelog
*Sourced from [regex's changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md).* > 1.1.9 (2019-07-06) > ================== > This release contains a bug fix that caused regex's tests to fail, due to a > dependency on an unreleased behavior in regex-syntax. > > * [BUG [#593](https://github-redirect.dependabot.com/rust-lang/regex/issues/593)](https://github-redirect.dependabot.com/rust-lang/regex/issues/593): > Move an integration-style test on error messages into regex-syntax. > > > 1.1.8 (2019-07-04) > ================== > This release contains a few small internal refactorings. One of which fixes > an instance of undefined behavior in a part of the SIMD code. > > Bug fixes: > > * [BUG [#545](https://github-redirect.dependabot.com/rust-lang/regex/issues/545)](https://github-redirect.dependabot.com/rust-lang/regex/issues/545): > Improves error messages when a repetition operator is used without a number. > * [BUG [#588](https://github-redirect.dependabot.com/rust-lang/regex/issues/588)](https://github-redirect.dependabot.com/rust-lang/regex/issues/588): > Removes use of a repr(Rust) union used for type punning in the Teddy matcher. > * [BUG [#591](https://github-redirect.dependabot.com/rust-lang/regex/issues/591)](https://github-redirect.dependabot.com/rust-lang/regex/issues/591): > Update docs for running benchmarks and improve failure modes. > > > 1.1.7 (2019-06-09) > ================== > This release fixes up a few warnings as a result of recent deprecations.Commits
- [`df23d5a`](https://github.com/rust-lang/regex/commit/df23d5abe4ce63792009bf4ef6db72a826fb7d5c) 1.1.9 - [`62b7b50`](https://github.com/rust-lang/regex/commit/62b7b508fa6a690602206455058224d08e502863) regex-syntax-0.6.8 - [`886a7e7`](https://github.com/rust-lang/regex/commit/886a7e7185c297b71a4a51e16dfea915fe3ce9d3) syntax: move error test to syntax crate - [`5b773b1`](https://github.com/rust-lang/regex/commit/5b773b13d95e993b96fd21bf7094253b50c6793f) 1.1.8 - [`1bf628d`](https://github.com/rust-lang/regex/commit/1bf628d81925b505ea617dba68b17cdab08d272a) changelog: 1.1.8 - [`3ab963e`](https://github.com/rust-lang/regex/commit/3ab963e429ab73b76359970dd77c1d7a7f52e261) bench: improve error handling for benchmark script - [`79809ce`](https://github.com/rust-lang/regex/commit/79809ce6d02a250d3d03b326db99b09405053789) doc: update instructions for running benchmarks - [`9f701e3`](https://github.com/rust-lang/regex/commit/9f701e32059c553f3967ba10b21be66c959c569d) teddy: make u8x16 and u8x32 have vector call ABI - [`0a5bedd`](https://github.com/rust-lang/regex/commit/0a5beddafc9cf50f3bc5b1c597fe98676ef9ec9a) bench: slim down compile script - [`f43beb3`](https://github.com/rust-lang/regex/commit/f43beb3a8a2781b511ff8d306197b7649a8f3135) exec: switch to Aho-Corasick's leftmost-first mode - Additional commits viewable in [compare view](https://github.com/rust-lang/regex/compare/1.1.6...1.1.9)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 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). To ignore the version in this PR you can just close it - `@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.