mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-19 19:45:13 +00:00
fix(deps): update rust crate signal-hook to 0.4 (#338)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
31de9e235f
commit
460c43cb86
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ subtle = { version = "2.6", optional = true }
|
|||
hmac = { version = "0.12", optional = true }
|
||||
|
||||
[target.'cfg(not(windows))'.dependencies]
|
||||
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 }
|
||||
signal-hook-tokio = { version = "0.3", default-features = false, features = ["futures-v0_3"], optional = true }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue