[PR #1157] [MERGED] build(deps): bump rustix from 1.0.8 to 1.1.2 #2598

Closed
opened 2026-05-22 22:57:17 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1157
Author: @dependabot[bot]
Created: 9/15/2025
Status: Merged
Merged: 9/15/2025
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/rustix-1.1.2


📝 Commits (1)

  • 59927b2 build(deps): bump rustix from 1.0.8 to 1.1.2

📊 Changes

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

View changed files

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

📄 Description

Bumps rustix from 1.0.8 to 1.1.2.

Commits

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/1157 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/15/2025 **Status:** ✅ Merged **Merged:** 9/15/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/rustix-1.1.2` --- ### 📝 Commits (1) - [`59927b2`](https://github.com/JakeStanger/ironbar/commit/59927b2143188ea0f95902154abd14c4915cd01f) build(deps): bump rustix from 1.0.8 to 1.1.2 ### 📊 Changes **2 files changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+10 -10) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [rustix](https://github.com/bytecodealliance/rustix) from 1.0.8 to 1.1.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bytecodealliance/rustix/commit/5245b8160d53a04c37164779cfb11d35e18f55b3"><code>5245b81</code></a> chore: Release rustix version 1.1.2</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/0a10015bdf93e0f244b3035b8b14293708595f9c"><code>0a10015</code></a> Fix compilation on Android. (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1514">#1514</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/0f3b6ca6b08d56b3ca7eb95e9904529b923e8f49"><code>0f3b6ca</code></a> build: update duplicate linux-raw-sys dependency to match existing (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1512">#1512</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/5dc84d40cc53a20258f5b184093f9e659e2167be"><code>5dc84d4</code></a> chore: Release rustix version 1.1.1</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/86dacacb0132eed6e85188d077682a2af0280271"><code>86dacac</code></a> Fix the <code>test_is_io_flusher</code> test. (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1510">#1510</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/8b203f58c530ef9ec142786c70fb6d9b1bcdf4ed"><code>8b203f5</code></a> set_thread_res_xid: -1 as None (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1459">#1459</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/7ed8ee9342fe6583124e81020866c4ee28dcfcc1"><code>7ed8ee9</code></a> Add <code>ip_mtu_discover</code> and <code>ipv6_mtu_discover</code> socket options (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1466">#1466</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/7798f034b8a3896af3873ed6942c1f29b1a2ff47"><code>7798f03</code></a> libc: add MS_NOSYMFOLLOW support (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1471">#1471</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/3ff59d4c23685be6174ed607e0b303ec5c72b119"><code>3ff59d4</code></a> Update to linux-raw-sys 0.11.0. (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1508">#1508</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/65b04ae9fd18ae48985318137ece58fb7535748f"><code>65b04ae</code></a> Add support for SO_TXTIME / SCM_TXTIME (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1409">#1409</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bytecodealliance/rustix/compare/v1.0.8...v1.1.2">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.8&new-version=1.1.2)](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 22:57:17 +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#2598
No description provided.