There was an error while loading. Please reload this page.
1 parent 59041d9 commit f422c8dCopy full SHA for f422c8d
1 file changed
Cargo.toml
@@ -27,7 +27,7 @@ libc = "0.2.120"
27
28
[target.'cfg(all(unix, any(target_os = "espidf", target_os = "horizon", target_os = "openbsd", target_os = "redox", target_os = "tvos", target_os = "vxworks")))'.dependencies]
29
parking_lot = { version = "0.12", optional = true }
30
-signal-hook = "0.3"
+signal-hook = "0.4"
31
32
[target.'cfg(windows)'.dependencies]
33
windows-sys = { version = "0.61", features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_JobObjects", "Win32_System_IO", "Win32_System_Threading"] }
0 commit comments