mirror of
https://github.com/uutils/util-linux.git
synced 2026-06-10 16:13:52 -07:00
chore(deps): update rust crate nix to 0.31
This commit is contained in:
committed by
Daniel Hofstetter
parent
663f3efb41
commit
ac1303500e
Generated
+20
-8
@@ -765,6 +765,18 @@ name = "nix"
|
||||
version = "0.30.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cfg-if",
|
||||
"cfg_aliases",
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.31.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cfg-if",
|
||||
@@ -1282,7 +1294,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
||||
dependencies = [
|
||||
"fastrand",
|
||||
"getrandom 0.3.2",
|
||||
"getrandom 0.4.1",
|
||||
"once_cell",
|
||||
"rustix",
|
||||
"windows-sys 0.60.2",
|
||||
@@ -1446,7 +1458,7 @@ dependencies = [
|
||||
"ctor",
|
||||
"dns-lookup",
|
||||
"libc",
|
||||
"nix",
|
||||
"nix 0.31.2",
|
||||
"parse_datetime",
|
||||
"phf",
|
||||
"phf_codegen",
|
||||
@@ -1626,7 +1638,7 @@ name = "uu_mesg"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"nix",
|
||||
"nix 0.31.2",
|
||||
"uucore 0.2.2",
|
||||
]
|
||||
|
||||
@@ -1669,7 +1681,7 @@ version = "0.0.1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"libc",
|
||||
"nix",
|
||||
"nix 0.31.2",
|
||||
"uucore 0.2.2",
|
||||
]
|
||||
|
||||
@@ -1687,7 +1699,7 @@ name = "uu_uuidgen"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"nix",
|
||||
"nix 0.31.2",
|
||||
"rand 0.9.2",
|
||||
"thiserror",
|
||||
"uucore 0.2.2",
|
||||
@@ -1711,7 +1723,7 @@ dependencies = [
|
||||
"glob",
|
||||
"jiff",
|
||||
"libc",
|
||||
"nix",
|
||||
"nix 0.30.1",
|
||||
"num-traits",
|
||||
"number_prefix",
|
||||
"os_display",
|
||||
@@ -1735,7 +1747,7 @@ dependencies = [
|
||||
"fluent-syntax",
|
||||
"jiff",
|
||||
"libc",
|
||||
"nix",
|
||||
"nix 0.30.1",
|
||||
"os_display",
|
||||
"rustc-hash",
|
||||
"thiserror",
|
||||
@@ -1805,7 +1817,7 @@ checksum = "25b8a1598ddd20230a5df59d642e2e5741b0b90038bde8684c984515f947fda5"
|
||||
dependencies = [
|
||||
"ctor",
|
||||
"libc",
|
||||
"nix",
|
||||
"nix 0.30.1",
|
||||
"pretty_assertions",
|
||||
"rand 0.9.2",
|
||||
"regex",
|
||||
|
||||
+1
-1
@@ -60,7 +60,7 @@ libc = "0.2.171"
|
||||
libmount-sys = "0.1.1"
|
||||
linux-raw-sys = { version = "0.12.0", features = ["ioctl"] }
|
||||
md-5 = "0.10.6"
|
||||
nix = { version = "0.30", default-features = false }
|
||||
nix = { version = "0.31", default-features = false }
|
||||
parse_datetime = "0.11.0"
|
||||
phf = "0.13.0"
|
||||
phf_codegen = "0.13.0"
|
||||
|
||||
Reference in New Issue
Block a user