Auto merge of #28854 - servo:dependabot/cargo/aho-corasick-0.7.18, r=jdm

Bump aho-corasick from 0.7.15 to 0.7.18

Bumps [aho-corasick](https://github.com/BurntSushi/aho-corasick) from 0.7.15 to 0.7.18.
<details>
<summary>Commits</summary>
<ul>
<li><a href="1b116376d6"><code>1b11637</code></a> 0.7.18</li>
<li><a href="8ac8f73a2d"><code>8ac8f73</code></a> build: fix compilation on i686</li>
<li><a href="33c65227a3"><code>33c6522</code></a> 0.7.17</li>
<li><a href="2281bf6971"><code>2281bf6</code></a> deps: update to memchr 2.4</li>
<li><a href="b149915f5d"><code>b149915</code></a> msrv: bump to Rust 1.41</li>
<li><a href="04e8c74175"><code>04e8c74</code></a> api: deprecate byte classes and premultiply options</li>
<li><a href="c3136f12da"><code>c3136f1</code></a> bench: update to criterion 0.3.4</li>
<li><a href="b253580d08"><code>b253580</code></a> edition: run 'cargo fix --edition --edition-idioms'</li>
<li><a href="45a4ee770e"><code>45a4ee7</code></a> edition: run 'cargo fix --edition --all'</li>
<li>See full diff in <a href="https://github.com/BurntSushi/aho-corasick/compare/0.7.15...0.7.18">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aho-corasick&package-manager=cargo&previous-version=0.7.15&new-version=0.7.18)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
This commit is contained in:
bors-servo 2022-04-12 21:32:08 -04:00 committed by GitHub
commit 7fb7f52d2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -46,9 +46,9 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
[[package]]
name = "aho-corasick"
version = "0.7.15"
version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
"memchr",
]