diff --git a/Cargo.toml b/Cargo.toml index 6309fc8..f2320c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ hostname = { version = "0.3", optional = true } # feature socket2 = { version = "0.5.1", optional = true } ## tls -native-tls = { version = "0.2", optional = true } # feature +native-tls = { version = "0.2.5", optional = true } # feature rustls = { version = "0.21", features = ["dangerous_configuration"], optional = true } rustls-pemfile = { version = "1", optional = true } rustls-native-certs = { version = "0.6.2", optional = true }