Auto merge of #28845 - servo:dependabot/cargo/string_cache-0.8.4, r=jdm

Bump string_cache from 0.8.3 to 0.8.4

Bumps [string_cache](https://github.com/servo/string-cache) from 0.8.3 to 0.8.4.
<details>
<summary>Commits</summary>
<ul>
<li><a href="899242758b"><code>8992427</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/string-cache/issues/258">#258</a> - dsherret:0_8_4, r=jdm</li>
<li><a href="aa644096ae"><code>aa64409</code></a> 0.8.4</li>
<li><a href="3e36cbfbfd"><code>3e36cbf</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/string-cache/issues/256">#256</a> - upsuper-forks:once_cell, r=jdm</li>
<li><a href="9ae0f889bb"><code>9ae0f88</code></a> Replace lazy_static with once_cell</li>
<li><a href="9b7abe4e34"><code>9b7abe4</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/string-cache/issues/254">#254</a> - dsherret:chore_bump_parking_lot, r=KiChjang</li>
<li><a href="6c0f825381"><code>6c0f825</code></a> Bump CI to rust 1.49 (not sure if desired though)</li>
<li><a href="cbd1dc3b7f"><code>cbd1dc3</code></a> fix: bump parking lot to 0.12 in order to not create wasm export</li>
<li>See full diff in <a href="https://github.com/servo/string-cache/compare/v0.8.3...v0.8.4">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=string_cache&package-manager=cargo&previous-version=0.8.3&new-version=0.8.4)](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-11 23:59:20 -04:00 committed by GitHub
commit a8b26d40d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated
View file

@ -6256,13 +6256,13 @@ dependencies = [
[[package]]
name = "string_cache"
version = "0.8.3"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26"
checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
dependencies = [
"lazy_static",
"new_debug_unreachable",
"parking_lot 0.11.0",
"once_cell",
"parking_lot 0.12.0",
"phf_shared 0.10.0",
"precomputed-hash",
"serde",