mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-02-24 11:59:15 -05:00
upgrade db's parking_lot dependency too
This commit is contained in:
parent
b629fe6ac1
commit
225e1fd75b
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -899,7 +899,7 @@ dependencies = [
|
|||||||
"mylog 0.1.0 (git+https://github.com/scottlamb/mylog)",
|
"mylog 0.1.0 (git+https://github.com/scottlamb/mylog)",
|
||||||
"odds 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"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)",
|
"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)",
|
"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)",
|
"rusqlite 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -25,7 +25,7 @@ lru-cache = "0.1"
|
|||||||
mylog = { git = "https://github.com/scottlamb/mylog" }
|
mylog = { git = "https://github.com/scottlamb/mylog" }
|
||||||
odds = { version = "0.3.1", features = ["std-vec"] }
|
odds = { version = "0.3.1", features = ["std-vec"] }
|
||||||
openssl = "0.10"
|
openssl = "0.10"
|
||||||
parking_lot = { version = "0.7", features = [] }
|
parking_lot = { version = "0.8", features = [] }
|
||||||
protobuf = "2.0"
|
protobuf = "2.0"
|
||||||
regex = "1.0"
|
regex = "1.0"
|
||||||
rusqlite = "0.18"
|
rusqlite = "0.18"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user