You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-rustls-native-certs/rustls-native-certs-fix-met...

11 lines
439 B

--- rustls-native-certs-0.5.0/Cargo.toml 2020-11-22T14:23:18+00:00
+++ rustls-native-certs-0.5.0/Cargo.toml 2021-04-23T09:32:55.268672+00:00
@@ -40,7 +40,3 @@
default = ["rustls"]
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
version = "0.1.2"
-[target."cfg(target_os = \"macos\")".dependencies.security-framework]
-version = "2.0.0"
-[target."cfg(windows)".dependencies.schannel]
-version = "0.1.15"