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

pin h2 temporarily

This commit is contained in:
Rob Ede
2021-12-09 00:46:28 +00:00
parent 7dc034f0fb
commit 816d68dee8
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ cfg-if = "1"
derive_more = "0.99.5"
futures-core = { version = "0.3.7", default-features = false }
futures-util = { version = "0.3.7", default-features = false }
h2 = "0.3"
h2 = "=0.3.7"
http = "0.2.5"
itoa = "0.4"
log =" 0.4"