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

prepare actix-http release 3.3.0

This commit is contained in:
Rob Ede
2023-01-21 18:52:57 +00:00
parent 72c80f9107
commit dd9ac4d9b8
5 changed files with 8 additions and 5 deletions

View File

@ -68,7 +68,7 @@ actix-service = "2"
actix-utils = "3"
actix-tls = { version = "3", default-features = false, optional = true }
actix-http = { version = "3.2.2", features = ["http2", "ws"] }
actix-http = { version = "3.3", features = ["http2", "ws"] }
actix-router = "0.5"
actix-web-codegen = { version = "4.1", optional = true }