From 03842dbf72ee36fae6592f674a3bb3a4bb5e1b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 10:05:21 +0000 Subject: [PATCH] Update nix requirement from 0.23 to 0.25 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.23.0...v0.25.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02e6c23c..341c93fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ zmq-sys = { version = "0.12.0", path = "zmq-sys" } trybuild = { version = "1" } env_logger = { version = "0.9", default-features = false } log = "0.4.3" -nix = "0.23" +nix = "0.25" quickcheck = "1" rand = "0.8" tempfile = "3"