build(deps): bump error-chain from 0.12.0 to 0.12.3

Bumps [error-chain](https://github.com/rust-lang-nursery/error-chain) from 0.12.0 to 0.12.3.
- [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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-31 08:14:24 +00:00 committed by GitHub
parent 9b6b7935e6
commit 0416b2b160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Cargo.lock generated
View file

@ -1497,11 +1497,12 @@ dependencies = [
[[package]] [[package]]
name = "error-chain" name = "error-chain"
version = "0.12.0" version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" checksum = "be51ed50e75656c17216bdd4326914466db0c91b9b246b12962a00284d06566b"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"version_check",
] ]
[[package]] [[package]]