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

fix h2 tests (#2034)

This commit is contained in:
Rob Ede
2021-03-04 13:27:54 +00:00
committed by GitHub
parent fc6f974617
commit c1c4400c4a
3 changed files with 38 additions and 26 deletions

View File

@ -61,7 +61,7 @@ derive_more = "0.99.5"
encoding_rs = "0.8"
futures-core = { version = "0.3.7", default-features = false, features = ["alloc"] }
futures-util = { version = "0.3.7", default-features = false, features = ["alloc", "sink"] }
h2 = "=0.3.0"
h2 = "0.3.1"
http = "0.2.2"
httparse = "1.3"
itoa = "0.4"