From 886d65a099d52e9885a06c03334853c803dbac49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 09:08:20 +0000 Subject: [PATCH] Update nix requirement from 0.23 to 0.26 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.26.1) --- 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..15e47d0d 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.26" quickcheck = "1" rand = "0.8" tempfile = "3"