Skip to content

Commit f422c8d

Browse files
Update signal-hook requirement from 0.3 to 0.4 (#31)
1 parent 59041d9 commit f422c8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ libc = "0.2.120"
2727

2828
[target.'cfg(all(unix, any(target_os = "espidf", target_os = "horizon", target_os = "openbsd", target_os = "redox", target_os = "tvos", target_os = "vxworks")))'.dependencies]
2929
parking_lot = { version = "0.12", optional = true }
30-
signal-hook = "0.3"
30+
signal-hook = "0.4"
3131

3232
[target.'cfg(windows)'.dependencies]
3333
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

Comments
 (0)