remove reqwest dependency

This commit is contained in:
Diego Roig 2021-03-26 17:34:39 -05:00
parent 6724f265e3
commit 10a7dfb721

View file

@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
### Fixed
- Remove `reqwest` dependency. It's not needed after the [teloxide-core] integration.
## [0.4.0] - 2021-03-22
### Added