From f99f5dceb5f971ce98ae9d1f1196e33929e7a620 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 04:43:19 +0000 Subject: [PATCH] Update nix requirement from 0.15 to 0.17 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.17.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..5fdf3f8 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.17"