summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2020-10-06 23:50:45 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2020-10-07 12:59:01 +0200
commit7dfec3465143adc8254877e1bcc4c2aa6cd65770 (patch)
tree3e73fa73ce5cd0614a24210484e3688c9b22693c /openpgp/Cargo.toml
parentf3e06679ee9f78670010753802b403967bf8ec7c (diff)
openpgp: Unpin dependency dyn-clone.
Diffstat (limited to 'openpgp/Cargo.toml')
-rw-r--r--openpgp/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 78c37b18..ed3a9738 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -29,8 +29,7 @@ anyhow = "1"
buffered-reader = { path = "../buffered-reader", version = "0.18", default-features = false }
base64 = ">= 0.11, < 0.13"
bzip2 = { version = "0.3.2", optional = true }
-# dyn-clone = "1"
-dyn-clone = ">= 1.0.1, < 1.0.2" # Pinned, see below.
+dyn-clone = "1"
flate2 = { version = "1.0.1", optional = true }
idna = "0.2"
lalrpop-util = "0.19"