We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f89e54 commit 74232f4Copy full SHA for 74232f4
1 file changed
Cargo.toml
@@ -31,7 +31,7 @@ rand = "0.9"
31
log = { version = "0.4", optional = true }
32
33
[target.'cfg(unix)'.dependencies]
34
-nix = { version = "0.30", default-features = false, features = ["fs", "mman"] }
+nix = { version = "0.31", default-features = false, features = ["fs", "mman"] }
35
libc = "0.2"
36
37
[target.'cfg(windows)'.dependencies]
0 commit comments