mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
@@ -8,9 +8,9 @@ edition = "2018"
|
||||
tempfile = "3.1.0"
|
||||
types = { path = "../../consensus/types" }
|
||||
tree_hash = { path = "../../consensus/tree_hash" }
|
||||
rusqlite = { version = "0.22.0", features = ["bundled"] }
|
||||
rusqlite = { version = "0.23.1", features = ["bundled"] }
|
||||
r2d2 = "0.8.8"
|
||||
r2d2_sqlite = "0.15"
|
||||
r2d2_sqlite = "0.16.0"
|
||||
parking_lot = "0.9.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user