Skip to content

Commit 1123d8c

Browse files
Update nix requirement from 0.27.1 to 0.30.1
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](nix-rust/nix@v0.27.1...v0.30.1) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb2e307 commit 1123d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bmap-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "../README.md"
1313
[dependencies]
1414
bmap-parser = { path = "../bmap-parser", version = "0.2.0"}
1515
anyhow = "1.0.66"
16-
nix = { version = "0.27.1", features = ["fs"] }
16+
nix = { version = "0.30.1", features = ["fs"] }
1717
flate2 = "1.0.24"
1818
clap = { version = "~4.4.0", features = ["cargo"] }
1919
indicatif = { version = "0.17.1", features = ["tokio"] }

0 commit comments

Comments
 (0)