From 1581c8b475d3008f0e53a42d3213bcbdd43f753e Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Wed, 29 Aug 2018 19:41:26 -0700 Subject: [PATCH] process: Bump minimum required version of tokio-signal to 0.2.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 985b3e09b..b77bf9ba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,4 +48,4 @@ features = [ [target.'cfg(unix)'.dependencies] libc = "0.2" -tokio-signal = "0.2" +tokio-signal = "0.2.5"