Revert "feat: move to async POSIX signal handler"

This reverts commit a067ab2ae2.
This commit is contained in:
Henrik Friedrichsen
2023-10-14 12:44:47 +02:00
parent 8d00ca74fc
commit a1a986344f
3 changed files with 15 additions and 49 deletions

13
Cargo.lock generated
View File

@@ -1985,7 +1985,6 @@ dependencies = [
"serde_cbor",
"serde_json",
"signal-hook",
"signal-hook-tokio",
"strum",
"strum_macros",
"tokio",
@@ -3268,18 +3267,6 @@ dependencies = [
"libc",
]
[[package]]
name = "signal-hook-tokio"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213241f76fb1e37e27de3b6aa1b068a2c333233b59cca6634f634b80a27ecf1e"
dependencies = [
"futures-core",
"libc",
"signal-hook",
"tokio",
]
[[package]]
name = "slab"
version = "0.4.9"