From 3c83aac9058982c7f73401164660fb42b768d7f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 16 Jul 2018 05:47:03 +0000 Subject: [PATCH] Update lapin-futures requirement to 0.13.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) - [Changelog](https://github.com/sozu-proxy/lapin/blob/master/CHANGELOG.md) - [Commits](https://github.com/sozu-proxy/lapin/commits/0.13.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..b6b62ef 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.13.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" }