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

Remove some unnecessary uses of once_cell::sync::Lazy (#2816)

This commit is contained in:
Expyron
2022-07-22 21:18:38 +02:00
committed by GitHub
parent 8759d79b03
commit 9b0fdca6e9
6 changed files with 24 additions and 35 deletions

View File

@ -73,7 +73,7 @@ derive_more = "0.99.5"
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.9"
http = "0.2.5"
http = "0.2.8"
itoa = "1"
log =" 0.4"
mime = "0.3"