From 29a8074689b9131b6a9eead43cd2abf4f66dd38c Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 14 Jun 2018 13:41:03 -0700 Subject: [PATCH] chore(dependencies): update want to 0.0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81b49cbfdd..feff71fc77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,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.4" +want = "0.0.5" [dev-dependencies] futures-timer = "0.1"