Merge pull request #354 from diegopy/dev

Remove reqwest dependency
This commit is contained in:
Waffle Lapkin 2021-03-27 09:05:04 +03:00 committed by GitHub
commit c438c38d50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -68,7 +68,6 @@ tokio = { version = "1.2", features = ["fs"] }
tokio-util = "0.6" tokio-util = "0.6"
tokio-stream = "0.1" tokio-stream = "0.1"
reqwest = { version = "0.11", features = ["json", "stream"] }
log = "0.4" log = "0.4"
lockfree = "0.5.1" lockfree = "0.5.1"
bytes = "1.0" bytes = "1.0"