From a7a112566289e2ec6fc870a0e7bcebb20657b27d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 04:18:36 +0000 Subject: [PATCH] Update nix requirement from 0.19 to 0.20 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 8a67422..32fab1c 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -33,7 +33,7 @@ serde_json = "1.0" toml = "0.5" [target.'cfg(unix)'.dependencies] -nix = "0.19" +nix = "0.20" [build-dependencies] serde = { version = "1.0", features = ["derive"] }