summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorIgor Matuszewski <igor@sequoia-pgp.org>2020-09-03 10:35:12 +0200
committerIgor Matuszewski <igor@sequoia-pgp.org>2020-09-03 10:35:18 +0200
commit6bc14b170562d503710d643d316a26cb92aaf6b7 (patch)
tree82e0b94741df8d8045fed7770b3e2248c294e3fc /Cargo.lock
parentb1dc8cff0bf47b45f595e24fe25b3de1dcfafe24 (diff)
openpgp: Bump win-crypto-ng to v0.2.1
https://github.com/emgre/win-crypto-ng/compare/v0.2.0..v0.2.1 This only gets rid of a stray `eprintln`, which should make debugging on Windows less annoying.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index edc14972..04b3c660 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1885,7 +1885,7 @@ dependencies = [
"rpassword 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"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)",
+ "win-crypto-ng 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -2533,7 +2533,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "win-crypto-ng"
-version = "0.2.0"
+version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2868,7 +2868,7 @@ dependencies = [
"checksum version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
"checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
-"checksum win-crypto-ng 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0367c5be0cae776bb7002523f600c4f9647cef383ca8e54695475e15a0480d87"
+"checksum win-crypto-ng 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "436ccff9c9ed3aee7ef0224a4944e103d27cba7add587fbdf61bd745288f6029"
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
"checksum winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"