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

This commit is contained in:
renovate[bot]
2026-05-11 10:04:58 +00:00
committed by Daniel Hofstetter
parent 752c5c6bf4
commit ac8b904cfa
Generated
+8 -8
View File
@@ -852,9 +852,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",
"cfg-if",
@@ -1505,7 +1505,7 @@ dependencies = [
"ctor 1.0.4",
"dns-lookup",
"libc",
"nix 0.31.2",
"nix 0.31.3",
"parse_datetime",
"phf",
"phf_codegen",
@@ -1685,7 +1685,7 @@ name = "uu_mesg"
version = "0.0.1"
dependencies = [
"clap",
"nix 0.31.2",
"nix 0.31.3",
"uucore 0.2.2",
]
@@ -1728,7 +1728,7 @@ version = "0.0.1"
dependencies = [
"clap",
"libc",
"nix 0.31.2",
"nix 0.31.3",
"uucore 0.2.2",
]
@@ -1746,7 +1746,7 @@ name = "uu_uuidgen"
version = "0.0.1"
dependencies = [
"clap",
"nix 0.31.2",
"nix 0.31.3",
"rand",
"thiserror",
"uucore 0.2.2",
@@ -1794,7 +1794,7 @@ dependencies = [
"fluent-syntax",
"jiff",
"libc",
"nix 0.31.2",
"nix 0.31.3",
"os_display",
"rustc-hash",
"rustix",
@@ -1865,7 +1865,7 @@ checksum = "2d93dba8eceb0bebb686b07571b214e94be8cc739c929d0ea773c83c06d46df5"
dependencies = [
"ctor 0.8.0",
"libc",
"nix 0.31.2",
"nix 0.31.3",
"pretty_assertions",
"rand",
"regex",