Skip to content

Commit 0760534

Browse files
Update nix requirement from 0.24 to 0.26 (#179)
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.24.0...v0.26.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf9ef7b commit 0760534

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
@@ -25,7 +25,7 @@ backtrace = { version = "0.3" }
2525
once_cell = "1.9"
2626
libc = "^0.2.66"
2727
log = "0.4"
28-
nix = { version = "0.24", default-features = false, features = ["signal", "fs"] }
28+
nix = { version = "0.26", default-features = false, features = ["signal", "fs"] }
2929
parking_lot = "0.12"
3030
tempfile = "3.1"
3131
thiserror = "1.0"

0 commit comments

Comments
 (0)