fix: remove security time v0.1 dependency (#16)

pull/18/head
Alessandro C 2021-10-18 16:24:36 +02:00 committed by GitHub
parent dc6f1b460f
commit 6ff6393ad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -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`.

View File

@ -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"