Description: avoid windows-only crate schannel
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2023-08-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,8 +22,5 @@
 untrusted = "0.9"
 x509-parser = ">= 0.16, <= 0.18"
 
-[target.'cfg(windows)'.dependencies]
-schannel = "0.1"
-
 [target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
 openssl-probe = "0.1.2"
