diff --git a/Cargo.lock b/Cargo.lock index 25e9311b..52b73684 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -703,6 +703,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.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "225e7cfe711e0ba79a68baeddb2982723e4235247aefce1482f2f16c27865b66" dependencies = [ "bitflags", "cfg-if", @@ -1364,7 +1376,7 @@ dependencies = [ "ctor", "dns-lookup", "libc", - "nix", + "nix 0.31.1", "parse_datetime", "phf", "phf_codegen", @@ -1544,7 +1556,7 @@ name = "uu_mesg" version = "0.0.1" dependencies = [ "clap", - "nix", + "nix 0.31.1", "uucore 0.2.2", ] @@ -1587,7 +1599,7 @@ version = "0.0.1" dependencies = [ "clap", "libc", - "nix", + "nix 0.31.1", "uucore 0.2.2", ] @@ -1605,7 +1617,7 @@ name = "uu_uuidgen" version = "0.0.1" dependencies = [ "clap", - "nix", + "nix 0.31.1", "rand", "thiserror", "uucore 0.2.2", @@ -1629,7 +1641,7 @@ dependencies = [ "glob", "jiff", "libc", - "nix", + "nix 0.30.1", "num-traits", "number_prefix", "os_display", @@ -1653,7 +1665,7 @@ dependencies = [ "fluent-syntax", "jiff", "libc", - "nix", + "nix 0.30.1", "os_display", "thiserror", "time", @@ -1722,7 +1734,7 @@ checksum = "83559c0581b560419248e130b8d8a3d362ae1f4d0a150ac5c493cc0acdb1ae31" dependencies = [ "ctor", "libc", - "nix", + "nix 0.30.1", "pretty_assertions", "rand", "regex", diff --git a/Cargo.toml b/Cargo.toml index b415f6a3..4cdb7a51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"