summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2022-10-28 01:31:58 -0400
committerNeal H. Walfield <neal@pep.foundation>2022-10-29 22:38:36 +0200
commit9dc421cb579c052f7d5d4778935c366815e8eacd (patch)
treee8e56fe020d1a11202966526dc3adf8eed503fac
parent4f218231c7e6f17498960b5cbe6ec5d402219d4d (diff)
openpgp: widen dependency on idna to include 0.3 and up
The idna 0.2 to 0.3 changes are not relevant for how sequoia is using idna. We have tested this and confirmed it in debian for sequoia-openpgp 1.10.0-4.
-rw-r--r--openpgp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index fe12eb14..4ff056f8 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -33,7 +33,7 @@ base64 = ">=0.12"
bzip2 = { version = "0.4", optional = true }
dyn-clone = "1"
flate2 = { version = "1.0.1", optional = true }
-idna = "0.2"
+idna = ">=0.2, <0.4"
lalrpop-util = ">=0.17"
lazy_static = "1.4.0"
libc = "0.2.66"