From afd6eb37308e48257ea7c827a80d91236ee23cab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 05:23:21 +0000 Subject: [PATCH] Update error-chain requirement from 0.11.0 to 0.12.2 Updates the requirements on [error-chain](https://github.com/rust-lang-nursery/error-chain) to permit the latest version. - [Release notes](https://github.com/rust-lang-nursery/error-chain/releases) - [Changelog](https://github.com/rust-lang-nursery/error-chain/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/error-chain/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a1a0c0..9a7177f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "Apache-2.0/MIT" [dependencies] atomicwrites = "0.2.1" -error-chain = "0.11.0" +error-chain = "0.12.2" futures = "0.1.13" futures-error-chain = "0.1.0" httpdate = "0.3.2"