From 6fc72d4da3d6c5e02b3ce259ad437ace56499656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 11 Jun 2018 05:37:13 +0000 Subject: [PATCH] Update lapin-futures requirement to 0.12.0 Updates the requirements on [lapin-futures](https://github.com/sozu-proxy/lapin) to permit the latest version. - [Release notes](https://github.com/sozu-proxy/lapin/releases) - [Commits](https://github.com/sozu-proxy/lapin/commits/0.12.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e97aa70..0cb6fcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ dotenv = "0.11.0" env_logger = "0.4.3" futures = "0.1.17" hyper = "^0.11" -lapin-futures = "0.11.1" +lapin-futures = "0.12.0" log = "0.4.1" schani_library_client = { git = "https://github.com/schani-rs/schani_library_client.git" } schani_store_client = { git = "https://github.com/schani-rs/schani_store_client.git" }