[PR #844] [MERGED] build(deps): bump the cargo group with 2 updates #8013

Closed
opened 2026-05-23 02:56:24 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/844
Author: @dependabot[bot]
Created: 1/13/2025
Status: Merged
Merged: 1/14/2025
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/cargo-0aefbba9fd


📝 Commits (1)

  • 2da0e9d build(deps): bump the cargo group with 2 updates

📊 Changes

1 file changed (+14 additions, -7 deletions)

View changed files

📝 Cargo.lock (+14 -7)

📄 Description

Bumps the cargo group with 2 updates: anstream and hashbrown.

Updates anstream from 0.6.7 to 0.6.18

Commits
  • fabe0c3 chore: Release
  • 762ca76 docs: Update changelog
  • d364ac4 Merge pull request #229 from epage/cfg
  • ad3f458 fix(stream): Respect 'test' feature
  • 0b8d105 fix(stream): Refer to correct stream on panic
  • 69cf6c9 refactor(stream): Pull out test macro body
  • c78b3c1 refactor(stream): Be extra clear that macros mod is not for use
  • ab37812 chore(deps): Update compatible (dev) (#226)
  • 7c48196 Merge pull request #227 from rust-cli/renovate/stable-1.x
  • a28405f style: Make clippy happy
  • Additional commits viewable in compare view

Updates hashbrown from 0.15.0 to 0.15.2

Changelog

Sourced from hashbrown's changelog.

[v0.15.2] - 2024-11-14

Added

  • Marked const fn constructors as rustc_const_stable_indirect when built as part of the standard library. (#586)

[v0.15.1] - 2024-11-03

This release removes the borsh feature introduced in 0.15.0 because it was found to be incorrectly implemented. Users should use the hashbrown feature of the borsh crate instead which provides the same trait implementations.

Commits

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/844 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/13/2025 **Status:** ✅ Merged **Merged:** 1/14/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/cargo-0aefbba9fd` --- ### 📝 Commits (1) - [`2da0e9d`](https://github.com/JakeStanger/ironbar/commit/2da0e9d17c3c5e87063d95888e9a5557458a7b13) build(deps): bump the cargo group with 2 updates ### 📊 Changes **1 file changed** (+14 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+14 -7) </details> ### 📄 Description Bumps the cargo group with 2 updates: [anstream](https://github.com/rust-cli/anstyle) and [hashbrown](https://github.com/rust-lang/hashbrown). Updates `anstream` from 0.6.7 to 0.6.18 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-cli/anstyle/commit/fabe0c31e56a8f4cec5bda325dfafbe773ef6621"><code>fabe0c3</code></a> chore: Release</li> <li><a href="https://github.com/rust-cli/anstyle/commit/762ca76a07adbdd71714210721f85f6409aa08d1"><code>762ca76</code></a> docs: Update changelog</li> <li><a href="https://github.com/rust-cli/anstyle/commit/d364ac44a23ca97cd07f5f05044e3115616e77d0"><code>d364ac4</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/anstyle/issues/229">#229</a> from epage/cfg</li> <li><a href="https://github.com/rust-cli/anstyle/commit/ad3f45837e401ec2be48aaf4a61b75863f758785"><code>ad3f458</code></a> fix(stream): Respect 'test' feature</li> <li><a href="https://github.com/rust-cli/anstyle/commit/0b8d1052cd3b88944a51b8c597e68bb452e7dd34"><code>0b8d105</code></a> fix(stream): Refer to correct stream on panic</li> <li><a href="https://github.com/rust-cli/anstyle/commit/69cf6c9909f6dde773507941579b2e73d539fbb7"><code>69cf6c9</code></a> refactor(stream): Pull out test macro body</li> <li><a href="https://github.com/rust-cli/anstyle/commit/c78b3c18435e6d108c12c24941a3239fd36f1fe9"><code>c78b3c1</code></a> refactor(stream): Be extra clear that macros mod is not for use</li> <li><a href="https://github.com/rust-cli/anstyle/commit/ab37812eea4257aae58940b000af76f444dca703"><code>ab37812</code></a> chore(deps): Update compatible (dev) (<a href="https://redirect.github.com/rust-cli/anstyle/issues/226">#226</a>)</li> <li><a href="https://github.com/rust-cli/anstyle/commit/7c48196f558658a8ded831d578b5d9fc4b1c4f66"><code>7c48196</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/anstyle/issues/227">#227</a> from rust-cli/renovate/stable-1.x</li> <li><a href="https://github.com/rust-cli/anstyle/commit/a28405fc4b2e3fd7025ae68d1a0d79a507b4e182"><code>a28405f</code></a> style: Make clippy happy</li> <li>Additional commits viewable in <a href="https://github.com/rust-cli/anstyle/compare/anstream-v0.6.7...anstream-v0.6.18">compare view</a></li> </ul> </details> <br /> Updates `hashbrown` from 0.15.0 to 0.15.2 <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.2] - 2024-11-14</h2> <h3>Added</h3> <ul> <li>Marked <code>const fn</code> constructors as <code>rustc_const_stable_indirect</code> when built as part of the standard library. (<a href="https://redirect.github.com/rust-lang/hashbrown/issues/586">#586</a>)</li> </ul> <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>See full diff in <a href="https://github.com/rust-lang/hashbrown/commits">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/JakeStanger/ironbar/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 02:56:24 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#8013
No description provided.