tg-rs / carapax

A Telegram Bot API framework
MIT License
113 stars 12 forks source link

Should disable default features of reqwest #48

Closed kinosang closed 4 years ago

kinosang commented 4 years ago

https://github.com/tg-rs/tg-rs/blob/b123d92cc0a0238c6d873a16f5070834ba2c7623/tgbot/Cargo.toml#L23

Should add default-features = false to disable hyper-tls.