Update signal-hook to 0.1.17 (#555)

Closes #544
This commit is contained in:
SirWindfield 2021-03-29 09:08:04 +02:00 committed by GitHub
parent b4bdbfc9f3
commit 174de58b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ crossterm_winapi = "0.7.0"
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]
libc = "0.2" libc = "0.2"
mio = { version="0.7", features=["os-poll"] } mio = { version="0.7", features=["os-poll"] }
signal-hook = { version = "0.1.15", features = ["mio-0_7-support"] } signal-hook = { version = "0.1.17", features = ["mio-0_7-support"] }
# #
# Dev dependencies (examples, ...) # Dev dependencies (examples, ...)