summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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 942fc24..00ea1da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ serde_json = "1"
uuid = { version = "0.7", features = ["serde", "v4"] }
log = "0.4"
derive_builder = "0.6.0"
-error-chain = "0.12"
+failure = "0.1"
[dev-dependencies]
env_logger = "0.5"