We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31de9e2 commit 460c43cCopy full SHA for 460c43c
1 file changed
Cargo.toml
@@ -62,7 +62,7 @@ subtle = { version = "2.6", optional = true }
62
hmac = { version = "0.12", optional = true }
63
64
[target.'cfg(not(windows))'.dependencies]
65
-signal-hook = { version = "0.3", default-features = false, features = ["extended-siginfo"], optional = true }
+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 }
67
68
[target.'cfg(windows)'.dependencies]
0 commit comments