Skip to content

Commit 1005b6a

Browse files
committed
chore: fix actix-http ver req
1 parent d898e8f commit 1005b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: actix-web/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ actix-service = "2"
137137
actix-utils = "3"
138138
actix-tls = { version = "3.4", default-features = false, optional = true }
139139

140-
actix-http = { version = "3.7", features = ["ws"] }
140+
actix-http = { version = "3.10", features = ["ws"] }
141141
actix-router = { version = "0.5.3", default-features = false, features = ["http"] }
142142
actix-web-codegen = { version = "4.3", optional = true, default-features = false }
143143

0 commit comments

Comments
 (0)