upgrade some deps including parking_lot

Now there's a single parking_lot version, yay.
This commit is contained in:
Scott Lamb
2020-11-23 22:46:05 -08:00
parent 8812dab639
commit 877e455686
4 changed files with 15 additions and 57 deletions

View File

@@ -16,6 +16,6 @@ failure = "0.1.1"
lazy_static = "1.0"
libc = "0.2"
log = "0.4"
parking_lot = { version = "0.10", features = [] }
parking_lot = { version = "0.11.1", features = [] }
nom = "6.0.0"
time = "0.1"