Auto merge of #28788 - servo:dependabot/cargo/linked_hash_set-0.1.4, r=jdm

Bump linked_hash_set from 0.1.3 to 0.1.4

Bumps [linked_hash_set](https://github.com/alexheretic/linked-hash-set) from 0.1.3 to 0.1.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/alexheretic/linked-hash-set/releases">linked_hash_set's releases</a>.</em></p>
<blockquote>
<h2>0.1.4</h2>
<ul>
<li>Require <em>linked-hash-map</em> <code>0.5.3</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a24b7a5ac9"><code>a24b7a5</code></a> Release 0.1.4</li>
<li><a href="27ff3b6486"><code>27ff3b6</code></a> Update Cargo.toml (<a href="https://github-redirect.dependabot.com/alexheretic/linked-hash-set/issues/6">#6</a>)</li>
<li><a href="d9df1e1cb9"><code>d9df1e1</code></a> Add <code>insert_if_absent</code> hint to main usage example</li>
<li><a href="98d9eb90d1"><code>98d9eb9</code></a> Remove extern crate from examples</li>
<li><a href="40542c9605"><code>40542c9</code></a> Add MSRV policy</li>
<li><a href="d7a008660e"><code>d7a0086</code></a> edition 2018</li>
<li><a href="8d480cc42c"><code>8d480cc</code></a> cargo fmt</li>
<li><a href="8c53cf175e"><code>8c53cf1</code></a> Mention refresh() in readme</li>
<li>See full diff in <a href="https://github.com/alexheretic/linked-hash-set/compare/0.1.3...0.1.4">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=linked_hash_set&package-manager=cargo&previous-version=0.1.3&new-version=0.1.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-03 01:48:30 -04:00 committed by GitHub
commit b018cacbc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -3500,9 +3500,9 @@ checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
[[package]]
name = "linked_hash_set"
version = "0.1.3"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c7c91c4c7bbeb4f2f7c4e5be11e6a05bd6830bc37249c47ce1ad86ad453ff9c"
checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"
dependencies = [
"linked-hash-map",
]