mirror of
https://github.com/actix/actix-web.git
synced 2025-01-02 21:38:46 +00:00
update actix-http dev-dependencies (#1696)
Co-authored-by: luojinming <luojm@hxsmart.com>
This commit is contained in:
parent
2a2474ca09
commit
1596893ef7
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ tinyvec = { version = "1", features = ["alloc"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix = "0.10.0"
|
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"
|
rand = "0.7"
|
||||||
env_logger = "0.7"
|
env_logger = "0.7"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue