Remove native-tls-vendored (Cargo.toml)

This commit is contained in:
Temirkhan Myrzamadi 2020-02-19 05:46:49 +06:00
parent a02e7f37d4
commit e91d79a5f9

View file

@ -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"
lazy_static = "1.4.0"