document reqwest dependency fix

This commit is contained in:
Diego Roig 2021-03-26 17:14:10 -05:00
parent 84a18d2b5d
commit bebce82d22

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
### Fixed
- `reqwest` dependency bringing `native-tls` in even when `rustls` was selected ([#71][pr71])
[pr71]: https://github.com/teloxide/teloxide-core/pull/71
## [0.2.2] - 2020-03-22
### Fixed