summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-03 10:09:10 -0400
committerGitHub <noreply@github.com>2020-08-03 10:09:10 -0400
commit70880f2830029be4f80191b7566841d1d3f80cde (patch)
treea3fc3e15210727764ba3c978cda67aca2581658a /Cargo.toml
parent2731194d4511075894c5cb5bb79ed082209141ae (diff)
Bump error-chain from 0.12.2 to 0.12.4 (#269)
Bumps [error-chain](https://github.com/rust-lang-nursery/error-chain) from 0.12.2 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/commits/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>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eec03360..cfa2db51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,6 +44,6 @@ default-features = false
features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]
[dependencies.error-chain]
-version = "0.12.2"
+version = "0.12.4"
default-features = false
features = []