Skip to content

chore(deps): bump nix from 0.30.1 to 0.31.3 in /personal-sysadmin#135

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/personal-sysadmin/nix-0.31.3
Closed

chore(deps): bump nix from 0.30.1 to 0.31.3 in /personal-sysadmin#135
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/personal-sysadmin/nix-0.31.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 29, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps nix from 0.30.1 to 0.31.3.

Changelog

Sourced from nix's changelog.

[0.31.3] - 2026-05-11

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)

[0.31.2] - 2026-02-28

Added

  • Add WatchDescriptor::as_raw, to get libc id of WatchDescriptor. (#2718)
  • Added process::pthread_getthreadid_np() on FreeBSD. (#2725)
  • Added timerfd support on FreeBSD (#2728)

Fixed

  • The libc requirement is now 0.2.181, rather than pinned to 0.2.180. (#2744)

[0.31.1] - 2026-01-23

Added

  • termios: Add definition for IUCLC to supported platforms (#2702)

... (truncated)

Commits
  • b5933ca chore: release v0.31.3
  • 5d6a46e Replace Cirrus CI with more Github Workflows jobs (#2776)
  • 3407489 event: add kevent64 support on apple targets (#2781)
  • fe80fc5 chore: resolve clippy useless_borrows_in_formatting (#2790)
  • 3310fc7 Revert "fix(ci): temporarily disable armv7-unknown-linux-uclibceabihf (#2764)...
  • e3ab917 epoll: use from_bits_retain to avoid panics on unknown flags (#2783)
  • 6c15701 kqueue: use from_bits_retain to avoid panics on unknown flags (#2784)
  • 73028cf fix(ci): enable Hurd target (#2765)
  • 1a680a9 cargo: Remove deprecated package authors field (#2789)
  • 85cff07 docs: add missing changelog entries (#2786)
  • Additional commits viewable 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 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)

Bumps [nix](https://github.com/nix-rust/nix) from 0.30.1 to 0.31.3.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.30.1...v0.31.3)

---
updated-dependencies:
- dependency-name: nix
  dependency-version: 0.31.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 29, 2026
@hyperpolymath
Copy link
Copy Markdown
Owner

Closing as superseded by ambientops#153 (estate dependabot policy conformance, standards#301). The canonical ignore: dependency-name "*" semver-major rule now in main blocks unattended major bumps. This dependabot bump needs a paired call-site update — file an author-supplied PR if/when the migration is done.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 30, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/personal-sysadmin/nix-0.31.3 branch May 30, 2026 18:52
hyperpolymath added a commit that referenced this pull request May 30, 2026
…andards#301) (#153)

## Summary

- Adds the canonical estate `ignore: dependency-name "*"
version-update:semver-major` block to each non-github-actions ecosystem
entry in `.github/dependabot.yml`
- 9 entries get the ignore (5 cargo: root + czech-file-knife + panoptes
+ personal-sysadmin + displace; mix; npm; pip; nix). github-actions is
left as-is per estate doc — SHA pins make action majors safe.
- Brings ambientops into conformance with standards#301 /
docs/DEPENDABOT-POLICY.adoc

## Context

Per the 2026-05-29 echidna incident (#120-#124 broke main for ~24h),
unattended dependabot semver-major merges fly through the estate
validation gates (K9 / A2ML / language-policy) but break the actual
compile gates on subsequent pushes. Estate policy now: majors land via
author-supplied PRs paired with call-site updates.

This PR closes 7 risky in-flight dependabot PRs as superseded:

- #147 reqwest 0.12.28→0.13.4 (0.x minor breaking)
- #145 config 0.14.1→0.15.23 (0.x minor breaking, multi-version)
- #144 symphonia 0.5.5→0.6.0 (0.x minor breaking)
- #146 thiserror 1.0.69→2.0.18 (major)
- #142 colored 2.2.0→3.1.1 (major)
- #136 rusqlite 0.31.0→0.40.0 (0.x huge jump)
- #135 nix 0.30.1→0.31.3 (0.x minor breaking)

Each needs a paired code-side migration that hasn't been done; this PR
parks them safely via the canonical policy.

## Test plan

- [ ] dependabot config check passes (YAML valid)
- [ ] CI green (existing gates)
- [ ] After merge, dependabot does not re-file the 7 closed PRs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant