Skip to content

Commit

Permalink
Update signal-hook to 0.1.17 (#555)
Browse files Browse the repository at this point in the history
Closes #544
  • Loading branch information
SirWindfield authored Mar 29, 2021
1 parent b4bdbfc commit 174de58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ crossterm_winapi = "0.7.0"
[target.'cfg(unix)'.dependencies]
libc = "0.2"
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, ...)
Expand Down

0 comments on commit 174de58

Please sign in to comment.