Auto merge of #28798 - servo:dependabot/cargo/smallbitvec-2.5.1, r=jdm

Bump smallbitvec from 2.5.0 to 2.5.1

Bumps [smallbitvec](https://github.com/servo/smallbitvec) from 2.5.0 to 2.5.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/servo/smallbitvec/releases">smallbitvec's releases</a>.</em></p>
<blockquote>
<h2>v2.5.1</h2>
<ul>
<li>Speed up hashing of bit vectors (<a href="https://github-redirect.dependabot.com/servo/smallbitvec/issues/27">#27</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="67d0135528"><code>67d0135</code></a> Version 2.5.1</li>
<li><a href="2e394d8c86"><code>2e394d8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/smallbitvec/issues/27">#27</a> from narpfel/improve-hash-performance</li>
<li><a href="9f7b233d5e"><code>9f7b233</code></a> Don’t use <code>usize::reverse_bits</code> to be compatible with Rust &lt;1.37</li>
<li><a href="0d8a101bf8"><code>0d8a101</code></a> Improve performance of hashing <code>SmallBitVec</code>s</li>
<li>See full diff in <a href="https://github.com/servo/smallbitvec/compare/v2.5.0...v2.5.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=smallbitvec&package-manager=cargo&previous-version=2.5.0&new-version=2.5.1)](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-05 03:07:07 -04:00 committed by GitHub
commit 51d13542be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -6025,9 +6025,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
[[package]] [[package]]
name = "smallbitvec" name = "smallbitvec"
version = "2.5.0" version = "2.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "797a4eaffb90d896f29698d45676f9f940a71936d7574996a7df54593ba209fa" checksum = "75ce4f9dc4a41b4c3476cc925f1efb11b66df373a8fde5d4b8915fa91b5d995e"
[[package]] [[package]]
name = "smallvec" name = "smallvec"