chore(dependencies): update to want 0.3

This commit is contained in:
Sean McArthur
2019-08-20 12:02:05 -07:00
parent ec520d5602
commit 2d525aaae4

View File

@@ -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"