We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460c43c commit c1066dbCopy full SHA for c1066db
1 file changed
Cargo.toml
@@ -63,7 +63,7 @@ hmac = { version = "0.12", optional = true }
63
64
[target.'cfg(not(windows))'.dependencies]
65
signal-hook = { version = "0.4", default-features = false, features = ["extended-siginfo"], optional = true }
66
-signal-hook-tokio = { version = "0.3", default-features = false, features = ["futures-v0_3"], optional = true }
+signal-hook-tokio = { version = "0.4", default-features = false, features = ["futures-v0_3"], optional = true }
67
68
[target.'cfg(windows)'.dependencies]
69
ctrlc = { version = "3.4", features = ["termination"] }
0 commit comments