build(deps): bump nix from 0.31.2 to 0.31.3

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-12 10:28:26 +02:00
committed by Daniel Hofstetter
parent 35e3925968
commit b7c59b27a7
Generated
+7 -7
View File
@@ -361,7 +361,7 @@ dependencies = [
"ctor 1.0.5",
"faccess",
"filetime",
"nix 0.31.2",
"nix 0.31.3",
"onig",
"regex",
"tempfile",
@@ -594,9 +594,9 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
[[package]]
name = "libc"
version = "0.2.184"
version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
[[package]]
name = "link-section"
@@ -642,9 +642,9 @@ dependencies = [
[[package]]
name = "nix"
version = "0.31.2"
version = "0.31.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3"
checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d"
dependencies = [
"bitflags 2.11.0",
"cfg-if",
@@ -1126,7 +1126,7 @@ dependencies = [
"fluent-syntax",
"jiff",
"libc",
"nix 0.31.2",
"nix 0.31.3",
"os_display",
"rustc-hash",
"rustix",
@@ -1157,7 +1157,7 @@ checksum = "2d93dba8eceb0bebb686b07571b214e94be8cc739c929d0ea773c83c06d46df5"
dependencies = [
"ctor 0.8.0",
"libc",
"nix 0.31.2",
"nix 0.31.3",
"pretty_assertions",
"rand",
"regex",