Update actix-web-actors

This commit is contained in:
George Pollard 2025-08-20 11:13:48 +12:00
parent 9e2e3daa88
commit 56465819d2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ allowed_external_types = [
actix = { version = ">=0.12, <0.14", default-features = false }
actix-codec = "0.5"
actix-http = "3"
actix-web = { version = "4", default-features = false }
actix-web = { version = "4", default-features = false, features = ["ws"] }
bytes = "1"
bytestring = "1"