Update parking_lot to 0.7

This commit is contained in:
Wolfgang Silbermayr 2018-12-03 19:21:28 +01:00
parent c31e950309
commit 3d029e462f
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ encoding = "0.2"
language-tags = "0.2" language-tags = "0.2"
lazy_static = "1.0" lazy_static = "1.0"
lazycell = "1.0.0" lazycell = "1.0.0"
parking_lot = "0.6" parking_lot = "0.7"
serde_urlencoded = "^0.5.3" serde_urlencoded = "^0.5.3"
url = { version="1.7", features=["query_encoding"] } url = { version="1.7", features=["query_encoding"] }
cookie = { version="0.11", features=["percent-encode"] } cookie = { version="0.11", features=["percent-encode"] }