From 82a6820b805b674c9a174b81b5f640da76b82add Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 12:23:20 +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 c3bc21b..e5da52a 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.30.1", features = ["fs"] } flate2 = "1.0.24" clap = { version = "~4.4.0", features = ["cargo"] } indicatif = { version = "0.17.1", features = ["tokio"] }