1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 09:18:26 +00:00

align awc's h2 version (#3051)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Dylan DPC 2023-07-02 06:26:12 +05:30 committed by GitHub
parent 4eeb01415c
commit 0e8ed50e3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ cfg-if = "1"
derive_more = "0.99.5"
futures-core = { version = "0.3.17", default-features = false, features = ["alloc"] }
futures-util = { version = "0.3.17", default-features = false, features = ["alloc", "sink"] }
h2 = "0.3.9"
h2 = "0.3.17"
http = "0.2.7"
itoa = "1"
log =" 0.4"