From 757e05db97f521a2980759cd7db87d485986a4ea Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 15 Jun 2018 15:04:10 +0200 Subject: [PATCH] bump lazycell to 1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ced5498..3ac312d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,6 @@ tokio-io = "0.1" [dev-dependencies] bytes = "0.4" env_logger = "0.3.0" -lazycell = "0.4.0" +lazycell = "1" mio = "0.6" rand = "0.3.14"