summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2023-10-26 13:47:55 +0200
committerNeal H. Walfield <neal@pep.foundation>2023-10-26 13:51:50 +0200
commitd691ddb2ff48f0b553180f3ae9601069021d787f (patch)
treeedebcc402cb6d66c037ec0a7988fe7c756e70e4a /openpgp
parent32f67099cda427bf4d277f60458ee894e6874f70 (diff)
openpgp: Upgrade dsa
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 66c801b9..889d7bd1 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -69,7 +69,7 @@ cipher = { version = "0.4", optional = true, features = ["std", "zeroize"] }
cfb-mode = { version = "0.8", optional = true }
des = { version = "0.8", optional = true, features = ["zeroize"] }
digest = { version = "0.10", optional = true }
-dsa = { version = "0.5", optional = true }
+dsa = { version = "0.6", optional = true }
eax = { version = "0.5", optional = true }
ecb = { version = "0.1", optional = true }
ecdsa = { version = "0.16", optional = true, features = ["hazmat", "arithmetic"] } # XXX