fix: remove security time v0.1 dependency (#16)
parent
dc6f1b460f
commit
6ff6393ad8
|
@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.1.3] - 2021-10-13
|
## [0.1.3] - 2021-10-18
|
||||||
|
|
||||||
|
### Security
|
||||||
|
- remove time v0.1 dependency
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Handle the `hyper::Error(IncompleteMessage)` as a `Retryable::Transient`.
|
- Handle the `hyper::Error(IncompleteMessage)` as a `Retryable::Transient`.
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ reqwest-middleware = { version = "0.1.2", path = "../reqwest-middleware" }
|
||||||
|
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
async-trait = "0.1.51"
|
async-trait = "0.1.51"
|
||||||
chrono = "0.4"
|
chrono = { version = "0.4.19", features = ["clock"], default-features = false }
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
hyper = "0.14"
|
hyper = "0.14"
|
||||||
|
|
Loading…
Reference in New Issue