mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Remove native-tls-vendored (Cargo.toml)
This commit is contained in:
parent
a02e7f37d4
commit
e91d79a5f9
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue