From 6b6a7e306f8f83b1e092d147a0df117b375f32e1 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Thu, 9 Aug 2018 17:35:24 +0200 Subject: Update to actix 0.7 and add better output --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bd2c9aa..3d96aa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,8 @@ lto = true [dependencies] clap = "2.29" +yansi = "0.4" actix = "0.7" -actix-web = "0.6" +actix-web = "0.7" simplelog = "0.5" base64 = "0.9" -- cgit v1.2.3