Skip to content

Commit 4083eb7

Browse files
Update nix requirement from 0.28 to 0.30 (#6)
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.28.0...v0.30.1) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9099f7 commit 4083eb7

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
@@ -157,7 +157,7 @@ thiserror = "2.0.17"
157157

158158
[dev-dependencies]
159159
criterion = "0.7.0"
160-
nix = { version = "0.28", features = ["fs"] }
160+
nix = { version = "0.30", features = ["fs"] }
161161
proptest = "1.8.0"
162162

163163
# The profile that 'dist' will build with

0 commit comments

Comments
 (0)