summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
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 /net/Cargo.toml
parentb5f7cc0b70f15d4d510109691577bc1ea22a03ab (diff)
Bump version of failure.
- Also, avoid deprecated method in sq.
Diffstat (limited to 'net/Cargo.toml')
-rw-r--r--net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 54e08f40..d2786d5d 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -8,7 +8,7 @@ openpgp = { path = "../openpgp" }
sequoia-core = { path = "../core" }
capnp-rpc = "0.8"
-failure = "0.1.1"
+failure = "0.1.2"
fs2 = "0.4.2"
futures = "0.1"
http = "0.1.5"