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 e3a22bab..3b7a8eeb 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -22,10 +22,10 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
+anyhow = "1"
buffered-reader = { path = "../buffered-reader", version = "0.14", default-features = false }
base64 = "0.11"
bzip2 = { version = "0.3.2", optional = true }
-failure = "0.1.2"
flate2 = { version = "1.0.1", optional = true }
idna = "0.2"
lalrpop-util = "0.17"