ctrlc-async -> ctrlc

This commit is contained in:
nogira
2022-08-22 02:47:48 +10:00
committed by ghassmo
parent 2bf4579dd5
commit c46c4d7cf4
22 changed files with 47 additions and 69 deletions

View File

@@ -28,7 +28,7 @@ simplelog = "0.12.0"
rand = "0.8.5"
chrono = "0.4.19"
thiserror = "1.0.32"
ctrlc-async = {version= "3.2.2", default-features = false, features = ["async-std", "termination"]}
ctrlc = { version = "3.2.3", features = ["termination"] }
url = "2.2.2"
fxhash = "0.2.1"