mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-23 07:09:34 +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 = { version = "0.2.11", features = ["full"] }
|
||||||
tokio-util = { version = "0.2.0", 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"
|
log = "0.4.8"
|
||||||
lockfree = "0.5.1"
|
lockfree = "0.5.1"
|
||||||
bytes = "0.5.3"
|
bytes = "0.5.3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue