1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

reduce scope of once_cell change

This commit is contained in:
Rob Ede
2022-07-22 20:19:02 +01:00
parent 9b0fdca6e9
commit 16c7c16463
5 changed files with 7 additions and 6 deletions

View File

@ -68,7 +68,7 @@ bytestring = "1"
derive_more = "0.99.5"
encoding_rs = "0.8"
futures-core = { version = "0.3.7", default-features = false, features = ["alloc"] }
http = "0.2.8"
http = "0.2.5"
httparse = "1.5.1"
httpdate = "1.0.1"
itoa = "1"