From 6cb4d314f0ce437e5ba27c600b7b659520de0259 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 07:12:23 +0000 Subject: [PATCH] Update nix requirement from 0.16 to 0.18 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.16.0...v0.18.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- constellation-internal/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d56ad41..5e1b628 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ toml = "0.5" openssl = { version = "0.10", features = ["vendored"], optional = true } [target.'cfg(unix)'.dependencies] -nix = "0.16" +nix = "0.18" [target.'cfg(windows)'.dependencies] winapi = "0.3" diff --git a/constellation-internal/Cargo.toml b/constellation-internal/Cargo.toml index 37f06f4..7efcdc1 100644 --- a/constellation-internal/Cargo.toml +++ b/constellation-internal/Cargo.toml @@ -30,7 +30,7 @@ serde_bytes = "0.11" serde_json = "1.0" [target.'cfg(unix)'.dependencies] -nix = "0.16" +nix = "0.18" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = [] }