1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-12 10:19:36 +00:00
This commit is contained in:
Rob Ede 2021-12-10 22:13:12 +00:00
parent f9348d7129
commit f62383a975
No known key found for this signature in database
GPG key ID: 97C636207D3EF933
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,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.7"
h2 = "0.3.9"
http = "0.2.5"
httparse = "1.5.1"
httpdate = "1.0.1"

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.7"
h2 = "0.3.9"
http = "0.2.5"
itoa = "0.4"
log =" 0.4"