Skip to content

Commit 660df13

Browse files
Update nix requirement from 0.29.0 to 0.30.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.29.0...v0.29.0) --- updated-dependencies: - dependency-name: nix dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1620bd7 commit 660df13

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
@@ -102,7 +102,7 @@ libipt = "0.3.0"
102102
log = "0.4.22"
103103
meminterval = "0.4.1"
104104
mimalloc = { version = "0.1.43", default-features = false }
105-
nix = { version = "0.29.0", default-features = false }
105+
nix = { version = "0.30.0", default-features = false }
106106
num-derive = { version = "0.4.2", default-features = false }
107107
num_enum = { version = "0.7.3", default-features = false }
108108
num-traits = { version = "0.2.19", default-features = false }

0 commit comments

Comments
 (0)