From e91d79a5f93f5645f3788fc518118205c416fb91 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Wed, 19 Feb 2020 05:46:49 +0600 Subject: [PATCH] Remove native-tls-vendored (Cargo.toml) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 09c57ec5..ac3b58e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "1.0.101", features = ["derive"] } tokio = { version = "0.2.11", features = ["full"] } tokio-util = { version = "0.2.0", features = ["full"] } -reqwest = { version = "0.10", features = ["json", "stream", "native-tls-vendored"] } +reqwest = { version = "0.10", features = ["json", "stream"] } log = "0.4.8" lockfree = "0.5.1" bytes = "0.5.3" @@ -41,4 +41,4 @@ teloxide-macros = { path = "teloxide-macros" } smart-default = "0.6.0" rand = "0.7.3" pretty_env_logger = "0.4.0" -lazy_static = "1.4.0" \ No newline at end of file +lazy_static = "1.4.0"