Remove signal-hook dependency

This commit is contained in:
ByteDream 2023-04-13 22:47:14 +02:00
parent d754f9339b
commit 13d8cc26c9
3 changed files with 0 additions and 41 deletions

View file

@ -335,7 +335,6 @@ dependencies = [
"serde",
"serde_json",
"shlex",
"signal-hook",
"sys-locale",
"tempfile",
"terminal_size",
@ -1586,25 +1585,6 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
[[package]]
name = "signal-hook"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
"libc",
]
[[package]]
name = "slab"
version = "0.4.8"