From 19a7aab51f4b70ef1561ecd912c988d9ddfc7532 Mon Sep 17 00:00:00 2001 From: David Barsky Date: Wed, 4 Dec 2019 12:32:27 -0500 Subject: [PATCH] chore(dependencies): update tower-service to 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 854af439..1e3e7aac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ itoa = "0.4.1" log = "0.4" pin-project = "0.4" time = "0.1" -tower-service = "=0.3.0-alpha.2" +tower-service = "0.3" tokio = { version = "0.2", features = ["sync"] } want = "0.3"