From 4f9ddd01e7277077e780100b701db198b8996b09 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 8 Mar 2021 18:11:38 +0000 Subject: [PATCH] cargo: update nix Signed-off-by: Ian Jackson --- Cargo.lock.example | 16 ++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Cargo.lock.example b/Cargo.lock.example index 79fedeae..83c3a3c5 100644 --- a/Cargo.lock.example +++ b/Cargo.lock.example @@ -1616,6 +1616,18 @@ dependencies = [ "libc", ] +[[package]] +name = "nix" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a" +dependencies = [ + "bitflags", + "cc", + "cfg-if 1.0.0", + "libc", +] + [[package]] name = "nodrop" version = "0.1.14" @@ -1841,7 +1853,7 @@ dependencies = [ "lazy_static", "libc", "log 0.4.14", - "nix", + "nix 0.20.0", "num", "num-derive", "num-traits", @@ -3643,7 +3655,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4122702a684f01cf35cf8e00d0ba513f7c4c7d46f9881d9a699f3de787e61e4" dependencies = [ "gethostname", - "nix", + "nix 0.19.1", "winapi 0.3.9", "winapi-wsapoll", ] diff --git a/Cargo.toml b/Cargo.toml index 97a5ce34..db4e4014 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ lazy-init = "0.5" lazy_static = "1" libc = "0.2" log = "0.4" -nix = "0.19" +nix = "0.20" num = "0.3" num-derive = "0.3" once_cell = "1" -- 2.30.2