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