chiark / gitweb /
cargo deps: Update to nix 0.21
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 9 Jun 2021 17:04:49 +0000 (18:04 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 10 Jun 2021 12:48:54 +0000 (13:48 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock
Cargo.toml

index c6bc84908af100bc036fe251963bd20f96d7a5fc..aae8f22b06db2851a773fe35c62ed32693200f81 100644 (file)
@@ -2192,6 +2192,19 @@ dependencies = [
  "libc",
 ]
 
+[[package]]
+name = "nix"
+version = "0.21.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5c3728fec49d363a50a8828a190b379a446cc5cf085c06259bbbeb34447e4ec7"
+dependencies = [
+ "bitflags",
+ "cc",
+ "cfg-if 1.0.0",
+ "libc",
+ "memoffset",
+]
+
 [[package]]
 name = "nodrop"
 version = "0.1.14"
@@ -2451,7 +2464,7 @@ dependencies = [
  "libc",
  "log 0.4.14",
  "mio 0.7.11",
- "nix",
+ "nix 0.21.0",
  "num",
  "num-derive",
  "num-traits",
@@ -5078,7 +5091,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "6ffb080b3f2f616242a4eb8e7d325035312127901025b0052bc3154a282d0f19"
 dependencies = [
  "gethostname",
- "nix",
+ "nix 0.20.0",
  "winapi 0.3.9",
  "winapi-wsapoll",
 ]
index 19d420c95861db27bee1d1c67843d52e3ec2c99e..f0252702b84f99cb7e69dc0e739c9646ce0b01f1 100644 (file)
@@ -54,7 +54,7 @@ lazy-init="0.5"
 lazy_static="1"
 libc="0.2"
 log="0.4"
-nix="0.20"
+nix="0.21"
 num="0.4"
 num-derive="0.3"
 num-traits="0.2"