mirror of
https://github.com/actix/actix-web.git
synced 2025-04-14 22:04:06 +00:00
chore: fix actix-http ver req
This commit is contained in:
parent
d898e8f739
commit
1005b6a12a
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ actix-service = "2"
|
|||
actix-utils = "3"
|
||||
actix-tls = { version = "3.4", default-features = false, optional = true }
|
||||
|
||||
actix-http = { version = "3.7", features = ["ws"] }
|
||||
actix-http = { version = "3.10", features = ["ws"] }
|
||||
actix-router = { version = "0.5.3", default-features = false, features = ["http"] }
|
||||
actix-web-codegen = { version = "4.3", optional = true, default-features = false }
|
||||
|
||||
|
|
Loading…
Reference in a new issue