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

2
Cargo.lock generated
View File

@ -899,7 +899,7 @@ dependencies = [
"mylog 0.1.0 (git+https://github.com/scottlamb/mylog)",
"odds 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"openssl 0.10.23 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"protobuf 2.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"rusqlite 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",

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"