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

Use once_cell instead of lazy_static (#2029)

This commit is contained in:
fboulnois
2021-02-27 16:55:50 -05:00
committed by GitHub
parent ebda60fd6b
commit 1f34718ecd
2 changed files with 3 additions and 5 deletions

View File

@ -66,7 +66,7 @@ http = "0.2.2"
httparse = "1.3"
itoa = "0.4"
language-tags = "0.2"
lazy_static = "1.4"
once_cell = "1.5"
log = "0.4"
mime = "0.3"
percent-encoding = "2.1"