chore(web): fix actix-http requirement

fixes #3832
This commit is contained in:
Rob Ede 2025-11-26 16:31:37 +00:00
parent 37ff707b52
commit 37a8b9caa8
No known key found for this signature in database
GPG Key ID: F5E3FCAA33CBF062
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ actix-service = "2"
actix-tls = { version = "3.4", default-features = false, optional = true } actix-tls = { version = "3.4", default-features = false, optional = true }
actix-utils = "3" actix-utils = "3"
actix-http = "3.11" actix-http = "3.11.2"
actix-router = { version = "0.5.3", default-features = false, features = ["http"] } actix-router = { version = "0.5.3", default-features = false, features = ["http"] }
actix-web-codegen = { version = "4.3", optional = true, default-features = false } actix-web-codegen = { version = "4.3", optional = true, default-features = false }