chore(deps): update rust crate signal-hook-tokio to 0.4 (#14729)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de>
This commit is contained in:
renovate[bot] 2026-01-15 12:53:18 +01:00 committed by GitHub
parent 9a53c84ec0
commit 07788af13f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -7853,9 +7853,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]] [[package]]
name = "signal-hook" name = "signal-hook"
version = "0.3.17" version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" checksum = "2a37d01603c37b5466f808de79f845c7116049b0579adb70a6b7d47c1fa3a952"
dependencies = [ dependencies = [
"libc", "libc",
"signal-hook-registry", "signal-hook-registry",
@ -7872,9 +7872,9 @@ dependencies = [
[[package]] [[package]]
name = "signal-hook-tokio" name = "signal-hook-tokio"
version = "0.3.1" version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213241f76fb1e37e27de3b6aa1b068a2c333233b59cca6634f634b80a27ecf1e" checksum = "e513e435a8898a0002270f29d0a708b7879708fb5c4d00e46983ca2d2d378cf0"
dependencies = [ dependencies = [
"futures-core", "futures-core",
"libc", "libc",

View File

@ -31,8 +31,8 @@ tokio = { version = "1", features = ["macros"] }
which = "8" which = "8"
[target."cfg(unix)".dependencies] [target."cfg(unix)".dependencies]
signal-hook = "0.3" signal-hook = "0.4"
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] } signal-hook-tokio = { version = "0.4", features = ["futures-v0_3"] }
[target."cfg(windows)".dependencies] [target."cfg(windows)".dependencies]
win32job = "2" win32job = "2"