From c8a2b3d37fe861d2889e1e2a2abe15ed5e20a5ca Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 04:30:51 +0000 Subject: [PATCH] Update nix requirement from 0.17 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.17.0...v0.18.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 d1017bc..822e14d 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -24,7 +24,7 @@ serde_json = "1.0" toml = "0.5" [target.'cfg(unix)'.dependencies] -nix = "0.17" +nix = "0.18" [build-dependencies] serde = { version = "1.0", features = ["derive"] }