summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorIgor Matuszewski <igor@sequoia-pgp.org>2020-06-15 01:25:59 +0200
committerIgor Matuszewski <igor@sequoia-pgp.org>2020-08-13 15:19:57 +0200
commit18b00b17a57f824ad5a872fffffa54ad09444647 (patch)
tree4a98213197a961e6b09370ebc6adb78eac31ce4b /Cargo.lock
parente43b18ac4018ff621c6bf0e97788abd232c8b021 (diff)
openpgp: Implement DSA signatures using Windows CNG
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e7aec55f..5d32e7dc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1850,6 +1850,7 @@ dependencies = [
"thiserror 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-normalization 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"win-crypto-ng 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]