From ca3efdf2ebcfbbc4da27297f6c795b995f7a73ab Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Thu, 4 Aug 2022 18:45:32 +1000 Subject: [PATCH] Enable feature "signal" of dep "tokio" Signed-off-by: Jiahao XU --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f41b3d9..7b393343 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ tar = "0.4.38" tempfile = "3.3.0" thiserror = "1.0.32" tinytemplate = "1.2.1" -tokio = { version = "1.20.1", features = ["rt-multi-thread", "process", "sync"], default-features = false } +tokio = { version = "1.20.1", features = ["rt-multi-thread", "process", "sync", "signal"], default-features = false } toml_edit = { version = "0.14.4", features = ["easy"] } url = { version = "2.2.2", features = ["serde"] } xz2 = "0.1.7"