summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--openpgp/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index eed2254b..e5465343 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2609,7 +2609,7 @@ dependencies = [
"flate2",
"getrandom",
"idea",
- "idna 0.4.0",
+ "idna 0.5.0",
"lalrpop",
"lalrpop-util",
"lazy_static",
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index de75a852..601f87f7 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.4"
+idna = "0.5"
lalrpop-util = "0.20"
lazy_static = "1.4.0"
libc = "0.2.66"