Skip to content

Commit c407e16

Browse files
build(deps): update rust crate nix to ~0.31.1
1 parent 99221f7 commit c407e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ features = [
4747

4848
[target.'cfg(any(target_os = "dragonfly", target_os = "freebsd"))'.dependencies]
4949
libc = "~0.2.180"
50-
nix = { version = "~0.30.1", default-features = false, features = ["ioctl"] }
50+
nix = { version = "~0.31.1", default-features = false, features = ["ioctl"] }
5151

5252
[target.'cfg(target_os = "netbsd")'.dependencies]
5353
libc = "~0.2.180"
54-
nix = { version = "~0.30.1", default-features = false, features = ["ioctl", "mman"] }
54+
nix = { version = "~0.31.1", default-features = false, features = ["ioctl", "mman"] }
5555
plist = "~1.8.0"
5656

5757
[dev-dependencies]

0 commit comments

Comments
 (0)