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

Merged
maxpeterkaya merged 1 commit from renovate/nix-0.x-lockfile into main 2026-07-10 18:48:59 -04:00
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=-->
maxpeterkaya deleted branch renovate/nix-0.x-lockfile 2026-07-10 18:48:59 -04:00
Sign in to join this conversation.
No description provided.