summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/Cargo.toml')
-rw-r--r--openpgp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 22774d05..0542731e 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -8,7 +8,7 @@ build = "build.rs"
buffered-reader = { path = "../buffered-reader", default-features = false }
base64 = "0.9.0"
bzip2 = { version = "0.3.2", optional = true }
-failure = "0.1.1"
+failure = "0.1.2"
flate2 = { version = "1.0.1", optional = true }
lalrpop-util = "0.15.2"
nettle = { git = "https://gitlab.com/sequoia-pgp/nettle-rs.git" }