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

View file

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