Auto merge of #28795 - servo:dependabot/cargo/string_cache_codegen-0.5.2, r=jdm

Bump string_cache_codegen from 0.5.1 to 0.5.2

Bumps [string_cache_codegen](https://github.com/servo/string-cache) from 0.5.1 to 0.5.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="82fd262e2e"><code>82fd262</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/string-cache/issues/189">#189</a> - servo:stack-case, r=nox</li>
<li><a href="830835a047"><code>830835a</code></a> Avoid some allocations in to_ascii_{upper,lower}case</li>
<li><a href="bdeaac5478"><code>bdeaac5</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/string-cache/issues/188">#188</a> - Eijebong:heapsize, r=emilio</li>
<li><a href="28bce79df0"><code>28bce79</code></a> Allow heapsize 0.4</li>
<li><a href="ea8ad3981b"><code>ea8ad39</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/string-cache/issues/186">#186</a> - servo:ascii, r=KiChjang</li>
<li><a href="1dff0d8f1d"><code>1dff0d8</code></a> Make to_ascii_{upper,lower}case more efficent.</li>
<li><a href="c6e47ae614"><code>c6e47ae</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/string-cache/issues/185">#185</a> - emilio:precomputed-hash, r=nox</li>
<li><a href="8518b44e00"><code>8518b44</code></a> Version bump.</li>
<li><a href="a35578c4e7"><code>a35578c</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/string-cache/issues/183">#183</a> - emilio:precomputed-hash, r=SimonSapin</li>
<li><a href="f7ce843083"><code>f7ce843</code></a> Expose the precomputed hash using a trait so that I can use it from rust-sele...</li>
<li>Additional commits viewable in <a href="https://github.com/servo/string-cache/compare/string_cache_codegen-v0.5.1...v0.5.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=string_cache_codegen&package-manager=cargo&previous-version=0.5.1&new-version=0.5.2)](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-06 00:09:30 -04:00 committed by GitHub
commit a196e8f921
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated
View file

@ -6220,12 +6220,12 @@ dependencies = [
[[package]]
name = "string_cache_codegen"
version = "0.5.1"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
dependencies = [
"phf_generator 0.8.0",
"phf_shared 0.8.0",
"phf_generator 0.10.0",
"phf_shared 0.10.0",
"proc-macro2",
"quote",
]