mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-04 06:35:58 -05:00
upgrade some deps including parking_lot
Now there's a single parking_lot version, yay.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user