1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

Add http2 optional feature (#3072)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
James Rowe
2023-07-17 16:59:10 -04:00
committed by GitHub
parent 79a38e0628
commit bf03207ca9
5 changed files with 11 additions and 7 deletions

View File

@ -40,7 +40,7 @@ serde_json = "1"
serde_plain = "1"
# TODO(MSRV 1.60): replace with dep: prefix
tempfile-dep = { package = "tempfile", version = "3.4", optional = true }
tokio = { version = "1.24.2", features = ["sync"] }
tokio = { version = "1.24.2", features = ["io-util", "sync"] }
[dev-dependencies]
actix-http = "3"