summaryrefslogtreecommitdiff
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 5e6ed59..4386443 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ builtin-lua = ["cc"]
[dependencies]
libc = { version = "0.2" }
-failure = { version = "0.1.1" }
+failure = { version = "0.1.2" }
compiletest_rs = { version = "0.3", optional = true }
[build-dependencies]