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

Remove reimplementation of LazyCell

This commit is contained in:
Diggory Blake
2018-07-06 22:28:08 +01:00
parent 62ba01fc15
commit 85012f947a
3 changed files with 19 additions and 25 deletions

View File

@ -75,6 +75,7 @@ time = "0.1"
encoding = "0.2"
language-tags = "0.2"
lazy_static = "1.0"
lazycell = "1.0.0"
parking_lot = "0.6"
url = { version="1.7", features=["query_encoding"] }
cookie = { version="0.10", features=["percent-encode"] }