mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-27 04:46:54 -05:00
upgrade some deps including parking_lot
Now there's a single parking_lot version, yay.
This commit is contained in:
@@ -28,7 +28,7 @@ log = "0.4"
|
||||
mylog = { git = "https://github.com/scottlamb/mylog" }
|
||||
nix = "0.19.0"
|
||||
odds = { version = "0.4.0", features = ["std-vec"] }
|
||||
parking_lot = { version = "0.10", features = [] }
|
||||
parking_lot = { version = "0.11.1", features = [] }
|
||||
prettydiff = "0.3.1"
|
||||
protobuf = { git = "https://github.com/stepancheg/rust-protobuf" }
|
||||
ring = "0.16.2"
|
||||
|
||||
Reference in New Issue
Block a user