From 306f08786760ee9952baa03ad38b96d0fc24e029 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 06:05:46 +0000 Subject: [PATCH] Update error-chain requirement from 0.11.0 to 0.12.4 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/compare/0.11.0...0.12.4) 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..8efac00 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.4" futures = "0.1.13" futures-error-chain = "0.1.0" httpdate = "0.3.2"