From eba7984c4aa6dc7680cd8bea243311abb548df4b Mon Sep 17 00:00:00 2001 From: Rafael Garcia Ruiz Date: Thu, 1 Dec 2022 10:57:09 +0100 Subject: [PATCH] Update nix requirement from 0.25.0 to 0.26.1 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](nix-rust/nix@v0.25.0...v0.26.1) Signed-off-by: Rafael Garcia Ruiz --- bmap-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bmap-rs/Cargo.toml b/bmap-rs/Cargo.toml index f0a3b5d..8a07985 100644 --- a/bmap-rs/Cargo.toml +++ b/bmap-rs/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] bmap = { path = "../bmap" } anyhow = "1.0.66" -nix = "0.25.0" +nix = "0.26.1" flate2 = "1.0.24" clap = { version = "4.0.18", features = ["derive"] } indicatif = "0.17.1" \ No newline at end of file