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:
renovate[bot] 2026-01-05 13:15:36 +01:00 committed by GitHub
parent 460c43cb86
commit c1066db6cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"] }