Deduplicate parking_lot and friends by updating it to 0.9

This commit is contained in:
Bastien Orivel 2019-09-03 19:46:00 +02:00
parent 4f4e219e54
commit b6cddbebaa
10 changed files with 155 additions and 196 deletions

View file

@ -78,7 +78,7 @@ mime_guess = "2.0.0-alpha.6"
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
num-traits = "0.2"
parking_lot = "0.8"
parking_lot = "0.9"
percent-encoding = "2.0"
phf = "0.7"
pixels = {path = "../pixels"}