Auto merge of #28288 - servo:dependabot/cargo/regex-1.4.5, r=jdm

build(deps): bump regex from 1.4.2 to 1.4.5

Bumps [regex](https://github.com/rust-lang/regex) from 1.4.2 to 1.4.5.
<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.4.5 (2021-03-14)</h1>
<p>This is a small patch release that fixes a regression in the size of a <code>Regex</code>
in the 1.4.4 release. Prior to 1.4.4, a <code>Regex</code> was 552 bytes. In the 1.4.4
release, it was 856 bytes due to internal changes. In this release, a <code>Regex</code>
is now 16 bytes. In general, the size of a <code>Regex</code> was 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.</p>
<ul>
<li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/750">#750</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/pull/750">rust-lang/regex#750</a>):
Fixes stack overflows seemingly caused by a large <code>Regex</code> size by decreasing
its size.</li>
</ul>
<h1>1.4.4 (2021-03-11)</h1>
<p>This is a small patch release that contains some bug fixes. Notably, it also
drops the <code>thread_local</code> (and <code>lazy_static</code>, via transitivity) dependencies.</p>
<p>Bug fixes:</p>
<ul>
<li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/362">#362</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/pull/362">rust-lang/regex#362</a>):
Memory leaks caused by an internal caching strategy should now be fixed.</li>
<li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/576">#576</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/pull/576">rust-lang/regex#576</a>):
All regex types now implement <code>UnwindSafe</code> and <code>RefUnwindSafe</code>.</li>
<li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/728">#728</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/pull/749">rust-lang/regex#749</a>):
Add missing <code>Replacer</code> impls for <code>Vec&lt;u8&gt;</code>, <code>String</code>, <code>Cow</code>, etc.</li>
</ul>
<h1>1.4.3 (2021-01-08)</h1>
<p>This is a small patch release that adds some missing standard trait
implementations for some types in the public API.</p>
<p>Bug fixes:</p>
<ul>
<li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/734">#734</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/pull/734">rust-lang/regex#734</a>):
Add <code>FusedIterator</code> and <code>ExactSizeIterator</code> impls to iterator types.</li>
<li>[BUG <a href="https://github-redirect.dependabot.com/rust-lang/regex/issues/735">#735</a>](<a href="https://github-redirect.dependabot.com/rust-lang/regex/pull/735">rust-lang/regex#735</a>):
Add missing <code>Debug</code> impls to public API types.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="ff283badce"><code>ff283ba</code></a> 1.4.5</li>
<li><a href="78c7cefbc9"><code>78c7cef</code></a> impl: substantially reduce regex stack size</li>
<li><a href="951b8b93bb"><code>951b8b9</code></a> 1.4.4</li>
<li><a href="5a3570163b"><code>5a35701</code></a> regex-syntax-0.6.23</li>
<li><a href="967a0905a3"><code>967a090</code></a> changelog: 1.4.4</li>
<li><a href="e040c1b063"><code>e040c1b</code></a> impl: drop thread_local dependency</li>
<li><a href="5107293238"><code>5107293</code></a> doc: refine use of the word 'unsafe'</li>
<li><a href="691ec58171"><code>691ec58</code></a> bench: reduce huge regex a bit</li>
<li><a href="f858ff321d"><code>f858ff3</code></a> deps: update quickcheck and rand</li>
<li><a href="bf7f8f19c6"><code>bf7f8f1</code></a> doc: use 'text' instead of 'ignore' for regexes</li>
<li>Additional commits viewable in <a href="https://github.com/rust-lang/regex/compare/1.4.2...1.4.5">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.4.2&new-version=1.4.5)](https://dependabot.com/compatibility-score/?dependency-name=regex&package-manager=cargo&previous-version=1.4.2&new-version=1.4.5)

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>
This commit is contained in:
bors-servo 2021-03-14 22:17:55 -04:00 committed by GitHub
commit c4589b9084
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
Cargo.lock generated
View file

@ -4979,21 +4979,20 @@ checksum = "4e1b7878800220a76a08f32c057829511440f65528b63b940f2f2bc145d7ac68"
[[package]]
name = "regex"
version = "1.4.2"
version = "1.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
]
[[package]]
name = "regex-syntax"
version = "0.6.21"
version = "0.6.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548"
[[package]]
name = "remove_dir_all"
@ -6358,15 +6357,6 @@ dependencies = [
"syn",
]
[[package]]
name = "thread_local"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
dependencies = [
"once_cell",
]
[[package]]
name = "thunderdome"
version = "0.3.0"