Skip to content

Commit 6c16632

Browse files
Update nix requirement from 0.26.2 to 0.28.0
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.2...v0.28.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c56cbdb commit 6c16632

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
@@ -14,7 +14,7 @@ readme = "README.md"
1414
log = "0.4.20"
1515
anyhow = "1.0.75"
1616
rust-embed = "8.0.0"
17-
nix = { version = "0.26.2", features = ["mount", "signal", "user"]}
17+
nix = { version = "0.28.0", features = ["mount", "signal", "user"]}
1818
rand = "0.8.5"
1919
ureq = "2.7.1"
2020
indicatif = "0.17.6"

0 commit comments

Comments
 (0)