1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 17:59:35 +00:00

actix-http-test: update time to 0.2.7

This commit is contained in:
Yuki Okushi 2020-02-23 07:08:50 +09:00
parent 1b77963aac
commit f9f9fb4c84
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
## [Unreleased] - 2020-xx-xx
* Update the `time` dependency to 0.2.5
* Update the `time` dependency to 0.2.7
## [1.0.0] - 2019-12-13

View file

@ -51,7 +51,7 @@ serde_json = "1.0"
sha1 = "0.6"
slab = "0.4"
serde_urlencoded = "0.6.1"
time = { version = "0.2.5", default-features = false, features = ["std"] }
time = { version = "0.2.7", default-features = false, features = ["std"] }
open-ssl = { version="0.10", package="openssl", optional = true }
[dev-dependencies]