Skip to content
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.3.7 to 1.3.9 #26865

Merged
merged 1 commit into from Jun 12, 2020
Merged

Conversation

@dependabot-preview
Copy link
Contributor

dependabot-preview bot commented Jun 11, 2020

Bumps regex from 1.3.7 to 1.3.9.

Changelog

Sourced from regex's changelog.

1.3.9 (2020-05-28)

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.

Bug fixes:

1.3.8 (2020-05-28)

This release contains a couple of important bug fixes driven by better support for empty-subexpressions in regexes. For example, regexes like b| are now allowed. Major thanks to @sliquister for implementing support for this in #677.

Bug fixes:

Commits
  • 6916067 1.3.9
  • d7fbd15 tests: remove use of doc_comment crate
  • e005346 1.3.8
  • 60e949b deps: bump regex-syntax minimum version to 0.6.18
  • 9504716 regex-syntax-0.6.18
  • 0e39314 changelog: 1.3.8
  • 5180a97 compile: support empty patterns better
  • ed581f5 tests: add tests involving the Empty regex
  • d50d31b hir: make is_alternation_literal say false on Empty
  • 0785926 tests: confirm that some counted repetitions are rejected
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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:

  • 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)
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>
@jdm
Copy link
Member

jdm commented Jun 11, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Jun 11, 2020

📌 Commit d31a95c has been approved by jdm

@highfive highfive assigned jdm and unassigned nox Jun 11, 2020
@bors-servo
Copy link
Contributor

bors-servo commented Jun 11, 2020

Testing commit d31a95c with merge 60be957...

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 />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=regex&package-manager=cargo&previous-version=1.3.7&new-version=1.3.9)](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
Copy link
Contributor

bors-servo commented Jun 11, 2020

💔 Test failed - status-taskcluster

@jdm
Copy link
Member

jdm commented Jun 11, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Jun 11, 2020

Testing commit d31a95c with merge aff832a...

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 />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=regex&package-manager=cargo&previous-version=1.3.7&new-version=1.3.9)](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
Copy link
Contributor

bors-servo commented Jun 11, 2020

💔 Test failed - status-taskcluster

@jdm
Copy link
Member

jdm commented Jun 11, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Jun 11, 2020

Testing commit d31a95c with merge 619b743...

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 />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=regex&package-manager=cargo&previous-version=1.3.7&new-version=1.3.9)](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
Copy link
Contributor

bors-servo commented Jun 11, 2020

💔 Test failed - status-taskcluster

@jdm
Copy link
Member

jdm commented Jun 11, 2020

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 />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=regex&package-manager=cargo&previous-version=1.3.7&new-version=1.3.9)](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
Copy link
Contributor

bors-servo commented Jun 11, 2020

Testing commit d31a95c with merge dfb2131...

@bors-servo
Copy link
Contributor

bors-servo commented Jun 11, 2020

💔 Test failed - status-taskcluster

@CYBAI
Copy link
Collaborator

CYBAI commented Jun 12, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Jun 12, 2020

Testing commit d31a95c with merge 33e96e9...

@bors-servo
Copy link
Contributor

bors-servo commented Jun 12, 2020

☀️ Test successful - status-taskcluster
Approved by: jdm
Pushing 33e96e9 to master...

@bors-servo bors-servo merged commit 33e96e9 into master Jun 12, 2020
2 checks passed
2 checks passed
Community-TC (pull_request) TaskGroup: success
Details
homu Test successful
Details
@bors-servo bors-servo deleted the dependabot/cargo/regex-1.3.9 branch Jun 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
You can’t perform that action at this time.