update all Rust deps

This commit is contained in:
Scott Lamb
2018-12-01 15:20:19 -08:00
parent 131c5e0640
commit 35e6891221
12 changed files with 303 additions and 216 deletions

View File

@@ -14,5 +14,5 @@ path = "lib.rs"
failure = "0.1.1"
libc = "0.2"
log = "0.4"
parking_lot = { version = "0.6", features = [] }
parking_lot = { version = "0.7", features = [] }
time = "0.1"