From 05cefa73c48643aca5f7c368d42d78b6db889e25 Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Wed, 27 Oct 2021 12:05:06 +0900 Subject: [PATCH] Switch to offical rustls-native-certs 0.6 --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 29cee33..a7d74c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,8 +49,6 @@ version = "0.20.0" [dependencies.rustls-native-certs] optional = true version = "0.6.0" -git = "https://github.com/rustls/rustls-native-certs.git" -rev = "87b84b51bcf38eb9d377e0f5606c444ced43cc60" [dependencies.webpki] optional = true