mirror of
https://github.com/TrueLayer/reqwest-middleware.git
synced 2024-12-26 02:46:30 +00:00
fix: remove security time v0.1 dependency (#16)
This commit is contained in:
parent
dc6f1b460f
commit
6ff6393ad8
2 changed files with 6 additions and 2 deletions
|
@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.3] - 2021-10-13
|
||||
## [0.1.3] - 2021-10-18
|
||||
|
||||
### Security
|
||||
- remove time v0.1 dependency
|
||||
|
||||
### Fixed
|
||||
- Handle the `hyper::Error(IncompleteMessage)` as a `Retryable::Transient`.
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ reqwest-middleware = { version = "0.1.2", path = "../reqwest-middleware" }
|
|||
|
||||
anyhow = "1"
|
||||
async-trait = "0.1.51"
|
||||
chrono = "0.4"
|
||||
chrono = { version = "0.4.19", features = ["clock"], default-features = false }
|
||||
futures = "0.3"
|
||||
http = "0.2"
|
||||
hyper = "0.14"
|
||||
|
|
Loading…
Reference in a new issue