We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66deb9 commit a57b13bCopy full SHA for a57b13b
1 file changed
Cargo.toml
@@ -47,10 +47,10 @@ net = []
47
log = { version = "0.4.8", optional = true }
48
49
[target.'cfg(unix)'.dependencies]
50
-libc = "0.2.149"
+libc = "0.2.159"
51
52
[target.'cfg(target_os = "hermit")'.dependencies]
53
-libc = { package = "hermit-abi", version = "0.3.9" }
54
55
[target.'cfg(windows)'.dependencies.windows-sys]
56
version = "0.52"
@@ -67,7 +67,7 @@ features = [
67
68
[target.'cfg(target_os = "wasi")'.dependencies]
69
wasi = "0.11.0"
70
71
72
[dev-dependencies]
73
env_logger = { version = "0.9.3", default-features = false }
0 commit comments