From 9dc421cb579c052f7d5d4778935c366815e8eacd Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 28 Oct 2022 01:31:58 -0400 Subject: 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. --- openpgp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3