1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01:00

update actix-http dev-dependencies (#1696)

Co-authored-by: luojinming <luojm@hxsmart.com>
This commit is contained in:
Silentdoer 2020-09-19 22:20:34 +08:00 committed by GitHub
parent 2a2474ca09
commit 1596893ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ tinyvec = { version = "1", features = ["alloc"] }
[dev-dependencies]
actix = "0.10.0"
actix-http = { version = "2.0.0-beta.4", features = ["actors"] }
actix-http = { version = "2.0.0", features = ["actors"] }
rand = "0.7"
env_logger = "0.7"
serde_derive = "1.0"