summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2023-10-26 14:09:16 +0200
committerNeal H. Walfield <neal@pep.foundation>2023-10-26 14:09:16 +0200
commit082c48e65f2b56a4a03f87e68d7601f073feec43 (patch)
treeef47aa5d05a9fe842fd2550567a80dc51a61cb0e /openpgp
parent27e4f81462879b059471f44acec465050d99c72d (diff)
openpgp: Upgrade idna
Diffstat (limited to 'openpgp')
-rw-r--r--openpgp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 11ad3c9f..459110ab 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -33,7 +33,7 @@ base64 = "0.21"
bzip2 = { version = "0.4", optional = true }
dyn-clone = "1"
flate2 = { version = "1.0.1", optional = true }
-idna = ">=0.2, <0.4"
+idna = "0.4"
lalrpop-util = ">=0.17, <0.20"
lazy_static = "1.4.0"
libc = "0.2.66"