Check for unused deps in CI (#1262)

* Check for unused deps in CI

* Bump slashing protection parking_lot version
This commit is contained in:
Michael Sproul
2020-06-14 10:59:50 +10:00
committed by GitHub
parent d15ec9b544
commit 7818447fd2
20 changed files with 18 additions and 79 deletions

View File

@@ -11,7 +11,7 @@ tree_hash = { path = "../../consensus/tree_hash" }
rusqlite = { version = "0.23.1", features = ["bundled"] }
r2d2 = "0.8.8"
r2d2_sqlite = "0.16.0"
parking_lot = "0.9.0"
parking_lot = "0.10.2"
[dev-dependencies]
rayon = "1.3.0"