aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-04 09:26:13 -0400
committerGitHub <noreply@github.com>2020-08-04 09:26:13 -0400
commita2a6c6dc999d740459d903e42ac9760a9f5b50cc (patch)
treee36b9c2b6c60675cf72334219e5d5e9407653d73
parent5ca3d40679e2805a78a0a486b71ed5ff66484050 (diff)
downloadxesite-a2a6c6dc999d740459d903e42ac9760a9f5b50cc.tar.xz
xesite-a2a6c6dc999d740459d903e42ac9760a9f5b50cc.zip
build(deps): bump error-chain from 0.12.3 to 0.12.4 (#189)
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] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
1 files 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",