From 2e572beb9e8d6411f1f637820bde2abb92e660d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 7 Feb 2019 07:06:22 +0000 Subject: [PATCH] Bump tower-discover from `61a183f` to `4c5ba67` Bumps [tower-discover](https://github.com/tower-rs/tower) from `61a183f` to `4c5ba67`. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/61a183fe88067469e7bbab74cb4cecbcd3c60129...4c5ba67497eadc189445f308b4f52b8a120f3c85) Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2887b375..0a8ff4da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2227,7 +2227,7 @@ dependencies = [ [[package]] name = "tower-buffer" version = "0.1.0" -source = "git+https://github.com/tower-rs/tower#61a183fe88067469e7bbab74cb4cecbcd3c60129" +source = "git+https://github.com/tower-rs/tower#4c5ba67497eadc189445f308b4f52b8a120f3c85" dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2255,7 +2255,7 @@ dependencies = [ [[package]] name = "tower-direct-service" version = "0.1.0" -source = "git+https://github.com/tower-rs/tower#61a183fe88067469e7bbab74cb4cecbcd3c60129" +source = "git+https://github.com/tower-rs/tower#4c5ba67497eadc189445f308b4f52b8a120f3c85" dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2263,7 +2263,7 @@ dependencies = [ [[package]] name = "tower-discover" version = "0.1.0" -source = "git+https://github.com/tower-rs/tower#61a183fe88067469e7bbab74cb4cecbcd3c60129" +source = "git+https://github.com/tower-rs/tower#4c5ba67497eadc189445f308b4f52b8a120f3c85" dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "tower-service 0.2.0 (git+https://github.com/tower-rs/tower)", @@ -2336,7 +2336,7 @@ dependencies = [ [[package]] name = "tower-service" version = "0.2.0" -source = "git+https://github.com/tower-rs/tower#61a183fe88067469e7bbab74cb4cecbcd3c60129" +source = "git+https://github.com/tower-rs/tower#4c5ba67497eadc189445f308b4f52b8a120f3c85" dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2344,7 +2344,7 @@ dependencies = [ [[package]] name = "tower-util" version = "0.1.0" -source = "git+https://github.com/tower-rs/tower#61a183fe88067469e7bbab74cb4cecbcd3c60129" +source = "git+https://github.com/tower-rs/tower#4c5ba67497eadc189445f308b4f52b8a120f3c85" dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",