From 7b4100498f3dc80ec30ea830d56818e4a74c92db Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 11:34:36 +0000 Subject: [PATCH] build(deps): bump error-chain from 0.12.3 to 0.12.4 Bumps [error-chain](https://github.com/rust-lang-nursery/error-chain) from 0.12.3 to 0.12.4. - [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.12.3...0.12.4) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 640dde4..b27d1f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -444,9 +444,9 @@ dependencies = [ [[package]] name = "error-chain" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be51ed50e75656c17216bdd4326914466db0c91b9b246b12962a00284d06566b" +checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" dependencies = [ "backtrace", "version_check 0.9.2",