Skip to content

Commit e69f445

Browse files
committed
remove signal_hook
1 parent 3bab0aa commit e69f445

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ tokio = { version = "1.43.0", default-features = false, features = [
2828
"rt-multi-thread",
2929
"macros",
3030
"net",
31+
"signal",
3132
] }
3233
clap = { version = "4.5.28", features = ["derive"] }
3334
confy = { version = "0.6.1", default-features = false, features = [
@@ -51,4 +52,3 @@ arrayref = "0.3.9"
5152
libc = { version = "0.2.171", default-features = false }
5253
semaphore = "0.4.0"
5354
circular-queue = "0.2.7"
54-
signal-hook = "0.3.17"

0 commit comments

Comments
 (0)