Skip to content

Commit b0ddf1b

Browse files
committed
Bumped nix to 0.27.1.
1 parent 38c209d commit b0ddf1b

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
@@ -41,7 +41,7 @@ tokio = { version = "1.5.0", features = [
4141
] }
4242

4343
[target.'cfg(unix)'.dependencies]
44-
nix = "0.26"
44+
nix = { version = "0.27.1", features = ["signal"] }
4545
psutil = { version = "3.2.0", default-features = false, features = ["process"] }
4646
rusty_vainfo = { version = "0.1.4", optional = true }
4747

0 commit comments

Comments
 (0)