From 2d525aaae46e2cd26df4ac856eab1813485832bf Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 20 Aug 2019 12:02:05 -0700 Subject: [PATCH] chore(dependencies): update to want 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ed78a14..3568f31a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ tokio-io = "0.2.0-alpha.2" tokio-sync = "0.2.0-alpha.2" tokio-net = { version = "0.2.0-alpha.2", optional = true, features = ["tcp"] } tokio-timer = { version = "0.3.0-alpha.2", optional = true } -want = { git = "https://github.com/seanmonstar/want", branch = "std-future" } +want = "0.3" [dev-dependencies] matches = "0.1"