From fd93b3419fde85057cd5df606aa031f35c33e2c1 Mon Sep 17 00:00:00 2001 From: Owen Nelson Date: Mon, 25 Jun 2018 21:39:25 -0700 Subject: [PATCH] pin actix-web harder --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6280d02a..7f8e099c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ term-painter = "0.2" url = "1.5" # Below is for the serve cmd actix = "~0.5" -actix-web = "0.6" +actix-web = "~0.6" notify = "4" ws = "0.7" ctrlc = "3"