upgrade db's parking_lot dependency too

This commit is contained in:
Scott Lamb
2019-05-31 16:21:10 -07:00
parent b629fe6ac1
commit 225e1fd75b
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ lru-cache = "0.1"
mylog = { git = "https://github.com/scottlamb/mylog" }
odds = { version = "0.3.1", features = ["std-vec"] }
openssl = "0.10"
parking_lot = { version = "0.7", features = [] }
parking_lot = { version = "0.8", features = [] }
protobuf = "2.0"
regex = "1.0"
rusqlite = "0.18"