[PR #1095] [MERGED] build(deps): bump rustix from 1.0.7 to 1.0.8 #1140

Closed
opened 2026-05-22 21:55:42 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1095
Author: @dependabot[bot]
Created: 7/21/2025
Status: Merged
Merged: 7/21/2025
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/rustix-1.0.8


📝 Commits (1)

  • dd9a0c2 build(deps): bump rustix from 1.0.7 to 1.0.8

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 Cargo.lock (+4 -4)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps rustix from 1.0.7 to 1.0.8.

Commits
  • 5b104ec chore: Release rustix version 1.0.8
  • 77151a7 Deprecate unshare and add unshare_unsafe. (#1482)
  • 71ecca8 Don't let a mismatch AT_SYSINFO_EHDR image preclude use of AUX values. (#1484)
  • b16b457 Use new hints.mostly-unused (#1491)
  • 12aa086 fixed a typo in a link in the docs (#1487)
  • eec86ef Remove the compiler-builtins optional dependency. (#1483)
  • 1507cbd Pin CI to Rust nightly-2025-06-23. (#1486)
  • 25ebd26 Expand the windows-sys dependency to include 0.60.0. (#1476)
  • 091d3d7 Temporarily disable the do_test_unix_msg tests on FreeBSD. (#1477)
  • See full diff in compare view

Dependabot compatibility score

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 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)

🔄 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/1095 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/21/2025 **Status:** ✅ Merged **Merged:** 7/21/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/rustix-1.0.8` --- ### 📝 Commits (1) - [`dd9a0c2`](https://github.com/JakeStanger/ironbar/commit/dd9a0c20653208fc9a2b2d1fa037992c06fc2a78) build(deps): bump rustix from 1.0.7 to 1.0.8 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [rustix](https://github.com/bytecodealliance/rustix) from 1.0.7 to 1.0.8. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bytecodealliance/rustix/commit/5b104ec6c0fd8855b341d6a2c8edf72843ad6cee"><code>5b104ec</code></a> chore: Release rustix version 1.0.8</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/77151a7b032f2ca764412648b805e8e7f97c9c51"><code>77151a7</code></a> Deprecate <code>unshare</code> and add <code>unshare_unsafe</code>. (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1482">#1482</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/71ecca8c67e8d6025be5da88a3a5e8d8aca215ac"><code>71ecca8</code></a> Don't let a mismatch AT_SYSINFO_EHDR image preclude use of AUX values. (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1484">#1484</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/b16b4579ff811f74832b8f8ea3157d5d0b46828c"><code>b16b457</code></a> Use new <code>hints.mostly-unused</code> (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1491">#1491</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/12aa086c662356a4efde62a96542c633229600ff"><code>12aa086</code></a> fixed a typo in a link in the docs (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1487">#1487</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/eec86ef226f707848bf23786972e32de6be1299b"><code>eec86ef</code></a> Remove the compiler-builtins optional dependency. (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1483">#1483</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/1507cbd887737afba3c61d7a87daec3fac254d8f"><code>1507cbd</code></a> Pin CI to Rust nightly-2025-06-23. (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1486">#1486</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/25ebd26b681defe640e33c17688e5926e4313bc8"><code>25ebd26</code></a> Expand the windows-sys dependency to include 0.60.0. (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1476">#1476</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/091d3d796af5ce38b385dbe93d45a0e0b08ce502"><code>091d3d7</code></a> Temporarily disable the <code>do_test_unix_msg</code> tests on FreeBSD. (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1477">#1477</a>)</li> <li>See full diff in <a href="https://github.com/bytecodealliance/rustix/compare/v1.0.7...v1.0.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustix&package-manager=cargo&previous-version=1.0.7&new-version=1.0.8)](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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 21:55:42 +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#1140
No description provided.