From 5e29ceb32b2050efd7742f58944e11f590a4bced Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2019 04:42:51 +0000 Subject: [PATCH] Update nix requirement from 0.15 to 0.16 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/commits/v0.16.0) Signed-off-by: dependabot-preview[bot] --- acmed/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index ac0cde2..dac05dc 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -30,4 +30,4 @@ serde = { version = "1.0", features = ["derive"] } toml = "0.5" [target.'cfg(unix)'.dependencies] -nix = "0.15" +nix = "0.16"