From 3fd0bb14fb16f1f07e7237ce0c15ed68590e7104 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Fri, 11 Aug 2017 10:08:58 -0700 Subject: [PATCH] Require 'yansi' 0.3.3. --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index cb857fe1..f72fb57e 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -18,7 +18,7 @@ categories = ["web-programming::http-server"] tls = ["rustls", "hyper-sync-rustls"] [dependencies] -yansi = { version = "0.3.1", features = ["nightly"] } +yansi = { version = "0.3.3", features = ["nightly"] } log = "0.3" url = "1" toml = "0.4.2"