Skip to content

Commit e824a29

Browse files
Update nix requirement from 0.30.1 to 0.31.2
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.30.1...v0.31.2) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b00894e commit e824a29

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
@@ -135,7 +135,7 @@ libvharness_sys = { path = "./crates/libafl_qemu/libvharness_sys", version = "0.
135135
log = "0.4.29"
136136
meminterval = "0.4.2"
137137
mimalloc = { version = "0.1.48", default-features = false }
138-
nix = { version = "0.30.1", default-features = false }
138+
nix = { version = "0.31.2", default-features = false }
139139
num_enum = { version = "0.7.4", default-features = false }
140140
num-traits = { version = "0.2.19", default-features = false }
141141
paste = "1.0.15"

0 commit comments

Comments
 (0)