1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +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

@ -57,7 +57,7 @@ dangerous-h2c = []
[dependencies]
actix-codec = "0.5"
actix-service = "2"
actix-http = { version = "3", features = ["http2", "ws"] }
actix-http = { version = "3.3", features = ["http2", "ws"] }
actix-rt = { version = "2.1", default-features = false }
actix-tls = { version = "3", features = ["connect", "uri"] }
actix-utils = "3"