Merge pull request #15 from djc/patch-1

Fix native-tls crate name
This commit is contained in:
Nico Burns 2022-11-08 11:26:01 +00:00 committed by GitHub
commit 718df74783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -309,7 +309,7 @@
"name": "rustls",
"notes": "A portable pure-rust high-level implementation of TLS. Implements TLS 1.2 and higher."
}, {
"name": "rust-native-tls",
"name": "native-tls",
"notes": "Delegates to the system TLS implementations on windows and macOS, and uses OpenSSL on linux."
}, {
"name": "webpki",