Skip to content

Commit 606f31d

Browse files
Update nix requirement from 0.25 to 0.26
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.25.0...v0.26.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0caf396 commit 606f31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.60"
1414

1515
[dependencies]
1616
comma = "1.0"
17-
nix = "0.25"
17+
nix = "0.26"
1818
regex = "1"
1919
tempfile = "3"
2020
thiserror = "1.0.34"

0 commit comments

Comments
 (0)