1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-22 09:31:10 +00:00

Revert "actix-http: Pull actix-web dev-dep from Git repo"

This reverts commit 3926416580.
This commit is contained in:
Yuki Okushi 2022-06-12 00:55:06 +09:00
parent 3926416580
commit 062127a210
No known key found for this signature in database
GPG key ID: 379CEEFDD63E5DD7

View file

@ -100,7 +100,7 @@ zstd = { version = "0.11", optional = true }
actix-http-test = { version = "3.0.0-beta.13", features = ["openssl"] }
actix-server = "2"
actix-tls = { version = "3", features = ["openssl"] }
actix-web = { git = "https://github.com/actix/actix-web", rev = "43671ae4aaf2c20150fd1e5ca54055eb5d114273" }
actix-web = "4"
async-stream = "0.3"
criterion = { version = "0.3", features = ["html_reports"] }