summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-08-15 14:36:48 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-08-15 14:36:48 +0200
commitcd1ca0a6b418c12156bd73589a00805f51e80959 (patch)
tree5b2a6947b4039747ddcc6a943008b33f9168b908 /core
parentb5f7cc0b70f15d4d510109691577bc1ea22a03ab (diff)
Bump version of failure.
- Also, avoid deprecated method in sq.
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 1bfb5222..3c903283 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -4,5 +4,5 @@ version = "0.1.0"
authors = ["Justus Winter <justus@pep-project.org>"]
[dependencies]
-failure = "0.1.1"
+failure = "0.1.2"
tempdir = "0.3.5"