Skip to content

Commit

Permalink
Update nix requirement from 0.26.1 to 0.27.1
Browse files Browse the repository at this point in the history
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.26.1...v0.27.1)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 11, 2024
1 parent d7a4c24 commit 6642e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmap-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "../README.md"
[dependencies]
bmap-parser = { path = "../bmap-parser", version = "0.1.0"}
anyhow = "1.0.66"
nix = "0.26.1"
nix = "0.27.1"
flate2 = "1.0.24"
clap = { version = "4.0.18", features = ["cargo"] }
indicatif = { version = "0.17.1", features = ["tokio"] }
Expand Down

0 comments on commit 6642e58

Please sign in to comment.