From 846ba0c4d0a221f573fdef5ccd30942f9442bc87 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 05:57:55 +0000 Subject: [PATCH] build(deps): update nix requirement from 0.17.0 to 0.18.0 Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.17.0...v0.18.0) Signed-off-by: dependabot-preview[bot] --- heim-common/Cargo.toml | 2 +- heim-net/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/heim-common/Cargo.toml b/heim-common/Cargo.toml index cf1835b0..f1b82a7d 100644 --- a/heim-common/Cargo.toml +++ b/heim-common/Cargo.toml @@ -20,7 +20,7 @@ uom = { version = "0.28.0", default-features = false, features = ["autoconvert", backtrace = { version = "~0.3", optional = true } [target.'cfg(unix)'.dependencies] -nix = "0.17.0" +nix = "0.18.0" lazy_static = "1.3.0" [target.'cfg(target_os = "windows")'.dependencies] diff --git a/heim-net/Cargo.toml b/heim-net/Cargo.toml index 600430ea..2aa1d6a8 100644 --- a/heim-net/Cargo.toml +++ b/heim-net/Cargo.toml @@ -19,7 +19,7 @@ macaddr = "1.0" libc = "~0.2" [target.'cfg(unix)'.dependencies] -nix = "0.17.0" +nix = "0.18.0" [dev-dependencies] heim-derive = { version = "0.1.0-beta.1", path = "../heim-derive" }