Skip to content

Commit 525a636

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] <[email protected]>
1 parent 9aa1245 commit 525a636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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)