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

@@ -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"