Skip to content

Commit 84a7b3f

Browse files
Update nix requirement from 0.26 to 0.27
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.0...v0.27.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4943a9 commit 84a7b3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ libc = "0.2"
4545
log = { version = "0.4", features = ["max_level_trace", "release_max_level_debug"] }
4646
lz4-sys = "1.9"
4747
memmap2 = { version = "0.7", optional = true }
48-
nix = "0.26"
48+
nix = "0.27"
4949
num-derive = "0.4"
5050
num-traits = "0.2"
5151
parking_lot = "0.12"

0 commit comments

Comments
 (0)