Skip to content

Commit 37a8b9c

Browse files
committed
chore(web): fix actix-http requirement
fixes #3832
1 parent 37ff707 commit 37a8b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actix-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ actix-service = "2"
134134
actix-tls = { version = "3.4", default-features = false, optional = true }
135135
actix-utils = "3"
136136

137-
actix-http = "3.11"
137+
actix-http = "3.11.2"
138138
actix-router = { version = "0.5.3", default-features = false, features = ["http"] }
139139
actix-web-codegen = { version = "4.3", optional = true, default-features = false }
140140

0 commit comments

Comments
 (0)