From e6bbaed0f6f9f69e9a3e369a37f6e2a4a68bab48 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 15:43:22 +0000 Subject: [PATCH] Update nix requirement from 0.14 to 0.15 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) 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 9917ec0..a0db3fc 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.14" +nix = "0.15"