From 4f0b89667cb50da5d5a91edb7d526957bac64f17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:21:57 +0000 Subject: [PATCH] Update nix requirement from 0.27.1 to 0.28.0 Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.27.1...v0.28.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 55f5ac9..2ffa2b9 100644 --- a/bmap-rs/Cargo.toml +++ b/bmap-rs/Cargo.toml @@ -13,7 +13,7 @@ readme = "../README.md" [dependencies] bmap-parser = { path = "../bmap-parser", version = "0.2.0"} anyhow = "1.0.66" -nix = { version = "0.27.1", features = ["fs"] } +nix = { version = "0.28.0", features = ["fs"] } flate2 = "1.0.24" clap = { version = "~4.4.0", features = ["cargo"] } indicatif = { version = "0.17.1", features = ["tokio"] }