summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-29 01:27:08 +0000
committerGitHub <noreply@github.com>2020-04-29 01:27:08 +0000
commit47dd12c6d7103b8bc1b77e3f412e5b55d208bd80 (patch)
tree4b5d7c31ff03d2ea74c42cc343ea1ed4130ff2c6 /Cargo.toml
parentfda4292b7567235a2a6bc6ad8d2dbf65dddb0b7f (diff)
Bump error-chain from 0.12.1 to 0.12.2 (#149)
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 08ef26c8..cd7122ed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,6 +35,6 @@ default-features = false
features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]
[dependencies.error-chain]
-version = "0.12.1"
+version = "0.12.2"
default-features = false
features = []