-
Notifications
You must be signed in to change notification settings - Fork 6
Commit 8fee941
authored
Bump hashbrown from 0.15.0 to 0.15.1 (#35)
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.15.0 to
0.15.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md">hashbrown's
changelog</a>.</em></p>
<blockquote>
<h2>[v0.15.1] - 2024-11-03</h2>
<p>This release removes the <code>borsh</code> feature introduced in
0.15.0 because it was
found to be incorrectly implemented. Users should use the
<code>hashbrown</code> feature of
the <code>borsh</code> crate instead which provides the same trait
implementations.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/hashbrown/commit/dd56b3b19713c893f4a0e2344dff8e74073b7089"><code>dd56b3b</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/hashbrown/issues/581">#581</a>
from Amanieu/release-0.15.1</li>
<li><a
href="https://github.com/rust-lang/hashbrown/commit/5643b135a87603b738686847b6c9701065b83ee3"><code>5643b13</code></a>
Yank v0.15.0</li>
<li><a
href="https://github.com/rust-lang/hashbrown/commit/986305abb886d87d3686178937032202fc6f09d7"><code>986305a</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/hashbrown/issues/582">#582</a>
from Amanieu/stable-strict-provenance</li>
<li><a
href="https://github.com/rust-lang/hashbrown/commit/1295e3ec5b8eb7678a533969e9925cedf84dfeb8"><code>1295e3e</code></a>
Remove mentions of stabilized feature
<code>strict_provenance</code></li>
<li><a
href="https://github.com/rust-lang/hashbrown/commit/458e44532a65cf850bde3c22bd5d30a1ce2ed6af"><code>458e445</code></a>
Release v0.15.1</li>
<li><a
href="https://github.com/rust-lang/hashbrown/commit/ccec5ebb6aa32c489c46b2e6f6db39aa319f2e85"><code>ccec5eb</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/hashbrown/issues/580">#580</a>
from Kobzol/ci-doc</li>
<li><a
href="https://github.com/rust-lang/hashbrown/commit/02ddcc9f033065dc60e6143bf9c78bc6d11e7904"><code>02ddcc9</code></a>
Document conclusion job more</li>
<li><a
href="https://github.com/rust-lang/hashbrown/commit/998637f2cc7dc065cf31baaa2e372820182b71ea"><code>998637f</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/hashbrown/issues/575">#575</a>
from Kobzol/ci-remove-bors</li>
<li><a
href="https://github.com/rust-lang/hashbrown/commit/c6b90d97d9ca91822ceac919e360474ac7c687b0"><code>c6b90d9</code></a>
Switch from using Bors to merge queue in CI</li>
<li><a
href="https://github.com/rust-lang/hashbrown/commit/eea980411a75c5229a562f9543fe1b035ad384c9"><code>eea9804</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/hashbrown/issues/572">#572</a>
- cuviper:ci-msrv, r=Amanieu</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/hashbrown/compare/v0.15.0...v0.15.1">compare
view</a></li>
</ul>
</details>
<br />
[](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/linebender/interpoli/network/alerts).
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent ed04430 commit 8fee941Copy full SHA for 8fee941
2 files changed
+3
-3
lines changed+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
0 commit comments