From 7b54e9ccae9420614d0ff54d819d6c71a3426bd7 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 11 Jul 2018 23:20:39 +0200 Subject: [PATCH] chore(dependencies): update want to 0.0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d698bb64..e8750267 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tokio-io = "0.1" tokio-reactor = { version = "0.1", optional = true } tokio-tcp = { version = "0.1", optional = true } tokio-timer = { version = "0.2", optional = true } -want = "0.0.5" +want = "0.0.6" [dev-dependencies] futures-timer = "0.1"