Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upbuild(deps): bump regex from 1.3.7 to 1.3.9 #26865
Merged
+4
−4
Conversation
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.7 to 1.3.9. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-1.3.7...1.3.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Jun 11, 2020
build(deps): bump regex from 1.3.7 to 1.3.9 Bumps [regex](https://github.com/rust-lang/regex) from 1.3.7 to 1.3.9. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex's changelog</a>.</em></p> <blockquote> <h1>1.3.9 (2020-05-28)</h1> <p>This release fixes a MSRV (Minimum Support Rust Version) regression in the 1.3.8 release. Namely, while 1.3.8 compiles on Rust 1.28, it actually does not compile on other Rust versions, such as Rust 1.39.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/685">#685</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/685">rust-lang/regex#685</a>): Remove use of <code>doc_comment</code> crate, which cannot be used before Rust 1.43.</li> </ul> <h1>1.3.8 (2020-05-28)</h1> <p>This release contains a couple of important bug fixes driven by better support for empty-subexpressions in regexes. For example, regexes like <code>b|</code> are now allowed. Major thanks to <a href="https://github.com/sliquister">@sliquister</a> for implementing support for this in <a href="https://github-redirect.dependabot.com/rust-lang/regex/pull/677">#677</a>.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/523">#523</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/pull/523">rust-lang/regex#523</a>): Add note to documentation that spaces can be escaped in <code>x</code> mode.</li> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/524">#524</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/524">rust-lang/regex#524</a>): Add support for empty sub-expressions, including empty alternations.</li> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/659">#659</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/659">rust-lang/regex#659</a>): Fix match bug caused by an empty sub-expression miscompilation.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/691606773f525be32a59a0c28eae203a79663706"><code>6916067</code></a> 1.3.9</li> <li><a href="https://github.com/rust-lang/regex/commit/d7fbd158f7e62e9319fcc254bde43b954511a669"><code>d7fbd15</code></a> tests: remove use of doc_comment crate</li> <li><a href="https://github.com/rust-lang/regex/commit/e0053461a8009ceac9c8019f8ad67d7895bbedad"><code>e005346</code></a> 1.3.8</li> <li><a href="https://github.com/rust-lang/regex/commit/60e949b779856123f1885dce866e564a0e90285d"><code>60e949b</code></a> deps: bump regex-syntax minimum version to 0.6.18</li> <li><a href="https://github.com/rust-lang/regex/commit/95047166acfbf49446a3b9e3633e353cf95c678c"><code>9504716</code></a> regex-syntax-0.6.18</li> <li><a href="https://github.com/rust-lang/regex/commit/0e3931494787e547c8ec54385032650d88961d11"><code>0e39314</code></a> changelog: 1.3.8</li> <li><a href="https://github.com/rust-lang/regex/commit/5180a974664c9056b324457da6fbc53831131b46"><code>5180a97</code></a> compile: support empty patterns better</li> <li><a href="https://github.com/rust-lang/regex/commit/ed581f5a0f97355af2da4dd83fb4a5afcac24a90"><code>ed581f5</code></a> tests: add tests involving the Empty regex</li> <li><a href="https://github.com/rust-lang/regex/commit/d50d31ba7753ad0238debb22f48993129530ef86"><code>d50d31b</code></a> hir: make is_alternation_literal say false on Empty</li> <li><a href="https://github.com/rust-lang/regex/commit/0785926099286920b5b35bab6bae50c2f339bcc1"><code>0785926</code></a> tests: confirm that some counted repetitions are rejected</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/regex/compare/regex-1.3.7...1.3.9">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=regex&package-manager=cargo&previous-version=1.3.7&new-version=1.3.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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 - `@dependabot ignore this major version` will 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 version` will 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 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) - 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) </details>
|
|
|
@bors-servo retry |
bors-servo
added a commit
that referenced
this pull request
Jun 11, 2020
build(deps): bump regex from 1.3.7 to 1.3.9 Bumps [regex](https://github.com/rust-lang/regex) from 1.3.7 to 1.3.9. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex's changelog</a>.</em></p> <blockquote> <h1>1.3.9 (2020-05-28)</h1> <p>This release fixes a MSRV (Minimum Support Rust Version) regression in the 1.3.8 release. Namely, while 1.3.8 compiles on Rust 1.28, it actually does not compile on other Rust versions, such as Rust 1.39.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/685">#685</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/685">rust-lang/regex#685</a>): Remove use of <code>doc_comment</code> crate, which cannot be used before Rust 1.43.</li> </ul> <h1>1.3.8 (2020-05-28)</h1> <p>This release contains a couple of important bug fixes driven by better support for empty-subexpressions in regexes. For example, regexes like <code>b|</code> are now allowed. Major thanks to <a href="https://github.com/sliquister">@sliquister</a> for implementing support for this in <a href="https://github-redirect.dependabot.com/rust-lang/regex/pull/677">#677</a>.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/523">#523</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/pull/523">rust-lang/regex#523</a>): Add note to documentation that spaces can be escaped in <code>x</code> mode.</li> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/524">#524</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/524">rust-lang/regex#524</a>): Add support for empty sub-expressions, including empty alternations.</li> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/659">#659</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/659">rust-lang/regex#659</a>): Fix match bug caused by an empty sub-expression miscompilation.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/691606773f525be32a59a0c28eae203a79663706"><code>6916067</code></a> 1.3.9</li> <li><a href="https://github.com/rust-lang/regex/commit/d7fbd158f7e62e9319fcc254bde43b954511a669"><code>d7fbd15</code></a> tests: remove use of doc_comment crate</li> <li><a href="https://github.com/rust-lang/regex/commit/e0053461a8009ceac9c8019f8ad67d7895bbedad"><code>e005346</code></a> 1.3.8</li> <li><a href="https://github.com/rust-lang/regex/commit/60e949b779856123f1885dce866e564a0e90285d"><code>60e949b</code></a> deps: bump regex-syntax minimum version to 0.6.18</li> <li><a href="https://github.com/rust-lang/regex/commit/95047166acfbf49446a3b9e3633e353cf95c678c"><code>9504716</code></a> regex-syntax-0.6.18</li> <li><a href="https://github.com/rust-lang/regex/commit/0e3931494787e547c8ec54385032650d88961d11"><code>0e39314</code></a> changelog: 1.3.8</li> <li><a href="https://github.com/rust-lang/regex/commit/5180a974664c9056b324457da6fbc53831131b46"><code>5180a97</code></a> compile: support empty patterns better</li> <li><a href="https://github.com/rust-lang/regex/commit/ed581f5a0f97355af2da4dd83fb4a5afcac24a90"><code>ed581f5</code></a> tests: add tests involving the Empty regex</li> <li><a href="https://github.com/rust-lang/regex/commit/d50d31ba7753ad0238debb22f48993129530ef86"><code>d50d31b</code></a> hir: make is_alternation_literal say false on Empty</li> <li><a href="https://github.com/rust-lang/regex/commit/0785926099286920b5b35bab6bae50c2f339bcc1"><code>0785926</code></a> tests: confirm that some counted repetitions are rejected</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/regex/compare/regex-1.3.7...1.3.9">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=regex&package-manager=cargo&previous-version=1.3.7&new-version=1.3.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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 - `@dependabot ignore this major version` will 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 version` will 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 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) - 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) </details>
|
|
|
@bors-servo retry |
bors-servo
added a commit
that referenced
this pull request
Jun 11, 2020
build(deps): bump regex from 1.3.7 to 1.3.9 Bumps [regex](https://github.com/rust-lang/regex) from 1.3.7 to 1.3.9. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex's changelog</a>.</em></p> <blockquote> <h1>1.3.9 (2020-05-28)</h1> <p>This release fixes a MSRV (Minimum Support Rust Version) regression in the 1.3.8 release. Namely, while 1.3.8 compiles on Rust 1.28, it actually does not compile on other Rust versions, such as Rust 1.39.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/685">#685</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/685">rust-lang/regex#685</a>): Remove use of <code>doc_comment</code> crate, which cannot be used before Rust 1.43.</li> </ul> <h1>1.3.8 (2020-05-28)</h1> <p>This release contains a couple of important bug fixes driven by better support for empty-subexpressions in regexes. For example, regexes like <code>b|</code> are now allowed. Major thanks to <a href="https://github.com/sliquister">@sliquister</a> for implementing support for this in <a href="https://github-redirect.dependabot.com/rust-lang/regex/pull/677">#677</a>.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/523">#523</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/pull/523">rust-lang/regex#523</a>): Add note to documentation that spaces can be escaped in <code>x</code> mode.</li> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/524">#524</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/524">rust-lang/regex#524</a>): Add support for empty sub-expressions, including empty alternations.</li> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/659">#659</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/659">rust-lang/regex#659</a>): Fix match bug caused by an empty sub-expression miscompilation.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/691606773f525be32a59a0c28eae203a79663706"><code>6916067</code></a> 1.3.9</li> <li><a href="https://github.com/rust-lang/regex/commit/d7fbd158f7e62e9319fcc254bde43b954511a669"><code>d7fbd15</code></a> tests: remove use of doc_comment crate</li> <li><a href="https://github.com/rust-lang/regex/commit/e0053461a8009ceac9c8019f8ad67d7895bbedad"><code>e005346</code></a> 1.3.8</li> <li><a href="https://github.com/rust-lang/regex/commit/60e949b779856123f1885dce866e564a0e90285d"><code>60e949b</code></a> deps: bump regex-syntax minimum version to 0.6.18</li> <li><a href="https://github.com/rust-lang/regex/commit/95047166acfbf49446a3b9e3633e353cf95c678c"><code>9504716</code></a> regex-syntax-0.6.18</li> <li><a href="https://github.com/rust-lang/regex/commit/0e3931494787e547c8ec54385032650d88961d11"><code>0e39314</code></a> changelog: 1.3.8</li> <li><a href="https://github.com/rust-lang/regex/commit/5180a974664c9056b324457da6fbc53831131b46"><code>5180a97</code></a> compile: support empty patterns better</li> <li><a href="https://github.com/rust-lang/regex/commit/ed581f5a0f97355af2da4dd83fb4a5afcac24a90"><code>ed581f5</code></a> tests: add tests involving the Empty regex</li> <li><a href="https://github.com/rust-lang/regex/commit/d50d31ba7753ad0238debb22f48993129530ef86"><code>d50d31b</code></a> hir: make is_alternation_literal say false on Empty</li> <li><a href="https://github.com/rust-lang/regex/commit/0785926099286920b5b35bab6bae50c2f339bcc1"><code>0785926</code></a> tests: confirm that some counted repetitions are rejected</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/regex/compare/regex-1.3.7...1.3.9">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=regex&package-manager=cargo&previous-version=1.3.7&new-version=1.3.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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 - `@dependabot ignore this major version` will 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 version` will 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 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) - 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) </details>
|
|
|
@bors-servo retry |
bors-servo
added a commit
that referenced
this pull request
Jun 11, 2020
build(deps): bump regex from 1.3.7 to 1.3.9 Bumps [regex](https://github.com/rust-lang/regex) from 1.3.7 to 1.3.9. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex's changelog</a>.</em></p> <blockquote> <h1>1.3.9 (2020-05-28)</h1> <p>This release fixes a MSRV (Minimum Support Rust Version) regression in the 1.3.8 release. Namely, while 1.3.8 compiles on Rust 1.28, it actually does not compile on other Rust versions, such as Rust 1.39.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/685">#685</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/685">rust-lang/regex#685</a>): Remove use of <code>doc_comment</code> crate, which cannot be used before Rust 1.43.</li> </ul> <h1>1.3.8 (2020-05-28)</h1> <p>This release contains a couple of important bug fixes driven by better support for empty-subexpressions in regexes. For example, regexes like <code>b|</code> are now allowed. Major thanks to <a href="https://github.com/sliquister">@sliquister</a> for implementing support for this in <a href="https://github-redirect.dependabot.com/rust-lang/regex/pull/677">#677</a>.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/523">#523</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/pull/523">rust-lang/regex#523</a>): Add note to documentation that spaces can be escaped in <code>x</code> mode.</li> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/524">#524</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/524">rust-lang/regex#524</a>): Add support for empty sub-expressions, including empty alternations.</li> <li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/659">#659</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/659">rust-lang/regex#659</a>): Fix match bug caused by an empty sub-expression miscompilation.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/691606773f525be32a59a0c28eae203a79663706"><code>6916067</code></a> 1.3.9</li> <li><a href="https://github.com/rust-lang/regex/commit/d7fbd158f7e62e9319fcc254bde43b954511a669"><code>d7fbd15</code></a> tests: remove use of doc_comment crate</li> <li><a href="https://github.com/rust-lang/regex/commit/e0053461a8009ceac9c8019f8ad67d7895bbedad"><code>e005346</code></a> 1.3.8</li> <li><a href="https://github.com/rust-lang/regex/commit/60e949b779856123f1885dce866e564a0e90285d"><code>60e949b</code></a> deps: bump regex-syntax minimum version to 0.6.18</li> <li><a href="https://github.com/rust-lang/regex/commit/95047166acfbf49446a3b9e3633e353cf95c678c"><code>9504716</code></a> regex-syntax-0.6.18</li> <li><a href="https://github.com/rust-lang/regex/commit/0e3931494787e547c8ec54385032650d88961d11"><code>0e39314</code></a> changelog: 1.3.8</li> <li><a href="https://github.com/rust-lang/regex/commit/5180a974664c9056b324457da6fbc53831131b46"><code>5180a97</code></a> compile: support empty patterns better</li> <li><a href="https://github.com/rust-lang/regex/commit/ed581f5a0f97355af2da4dd83fb4a5afcac24a90"><code>ed581f5</code></a> tests: add tests involving the Empty regex</li> <li><a href="https://github.com/rust-lang/regex/commit/d50d31ba7753ad0238debb22f48993129530ef86"><code>d50d31b</code></a> hir: make is_alternation_literal say false on Empty</li> <li><a href="https://github.com/rust-lang/regex/commit/0785926099286920b5b35bab6bae50c2f339bcc1"><code>0785926</code></a> tests: confirm that some counted repetitions are rejected</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/regex/compare/regex-1.3.7...1.3.9">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=regex&package-manager=cargo&previous-version=1.3.7&new-version=1.3.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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 - `@dependabot ignore this major version` will 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 version` will 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 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) - 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) </details>
|
|
|
@bors-servo retry |
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
dependabot-preview bot commentedJun 11, 2020
Bumps regex from 1.3.7 to 1.3.9.
Changelog
Sourced from regex's changelog.
Commits
69160671.3.9d7fbd15tests: remove use of doc_comment cratee0053461.3.860e949bdeps: bump regex-syntax minimum version to 0.6.189504716regex-syntax-0.6.180e39314changelog: 1.3.85180a97compile: support empty patterns bettered581f5tests: add tests involving the Empty regexd50d31bhir: make is_alternation_literal say false on Empty0785926tests: confirm that some counted repetitions are rejectedDependabot 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 readmeAdditionally, you can set the following in your Dependabot dashboard: