chore(deps): update rust crate nix to v0.31.3 #32

Open
renovate-bot wants to merge 1 commit from renovate/nix-0.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
nix dependencies patch 0.31.20.31.3

Release Notes

nix-rust/nix (nix)

v0.31.3

Compare Source

Added
  • Enable module ioctl for Cygwin
    (#​2715)
  • Add
    CLOCK_BOOTTIME/CLOCK_PROCESS_CPUTIME_ID/CLOCK_THREAD_CPUTIME_ID/CLOCK_UPTIME
    to NetBSD-like platforms (#​2716)
  • unistd: add mkfifo for redox
    (#​2749)
  • Added kevent64 support on apple targets: Kqueue::kevent64, KEvent64,
    and Kevent64Flags. (#​2781)
Fixed
  • fix SaFlags_t definition on redox
    (#​2751)
  • Fixed EpollEvent::events() to use from_bits_retain instead of
    from_bits().unwrap(), preventing panics when the kernel returns
    unknown epoll flags. (#​2783)
  • Fixed KEvent::flags() and KEvent::fflags() to use from_bits_retain
    instead of from_bits().unwrap(), preventing panics when the kernel
    returns unknown kqueue flags.
    (#​2784)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [nix](https://github.com/nix-rust/nix) | dependencies | patch | `0.31.2` → `0.31.3` | --- ### Release Notes <details> <summary>nix-rust/nix (nix)</summary> ### [`v0.31.3`](https://github.com/nix-rust/nix/blob/HEAD/CHANGELOG.md#0313---2026-05-11) [Compare Source](https://github.com/nix-rust/nix/compare/v0.31.2...v0.31.3) ##### Added - Enable module `ioctl` for Cygwin ([#&#8203;2715](https://github.com/nix-rust/nix/pull/2715)) - Add `CLOCK_BOOTTIME/CLOCK_PROCESS_CPUTIME_ID/CLOCK_THREAD_CPUTIME_ID/CLOCK_UPTIME` to NetBSD-like platforms ([#&#8203;2716](https://github.com/nix-rust/nix/pull/2716)) - unistd: add mkfifo for redox ([#&#8203;2749](https://github.com/nix-rust/nix/pull/2749)) - Added `kevent64` support on apple targets: `Kqueue::kevent64`, `KEvent64`, and `Kevent64Flags`. ([#&#8203;2781](https://github.com/nix-rust/nix/pull/2781)) ##### Fixed - fix SaFlags\_t definition on redox ([#&#8203;2751](https://github.com/nix-rust/nix/pull/2751)) - Fixed `EpollEvent::events()` to use `from_bits_retain` instead of `from_bits().unwrap()`, preventing panics when the kernel returns unknown epoll flags. ([#&#8203;2783](https://github.com/nix-rust/nix/pull/2783)) - Fixed `KEvent::flags()` and `KEvent::fflags()` to use `from_bits_retain` instead of `from_bits().unwrap()`, preventing panics when the kernel returns unknown kqueue flags. ([#&#8203;2784](https://github.com/nix-rust/nix/pull/2784)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/nix-0.x-lockfile:renovate/nix-0.x-lockfile
git switch renovate/nix-0.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/nix-0.x-lockfile
git switch renovate/nix-0.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/nix-0.x-lockfile
git switch renovate/nix-0.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/nix-0.x-lockfile
git switch main
git merge --squash renovate/nix-0.x-lockfile
git switch main
git merge --ff-only renovate/nix-0.x-lockfile
git switch main
git merge renovate/nix-0.x-lockfile
git push origin main
Sign in to join this conversation.
No description provided.