1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-27 07:19:04 +02:00

chore(actix-http): prepare release 3.4.0

This commit is contained in:
Rob Ede
2023-08-29 01:51:54 +01:00
parent a12d39c93e
commit 45fdc08788
5 changed files with 9 additions and 7 deletions

View File

@ -75,7 +75,7 @@ actix-service = "2"
actix-utils = "3"
actix-tls = { version = "3.1", default-features = false, optional = true }
actix-http = { version = "3.3", features = ["ws"] }
actix-http = { version = "3.4", features = ["ws"] }
actix-router = "0.5"
actix-web-codegen = { version = "4.2", optional = true }