ee7c8a0b7e
## Issue Addressed - Resolves #1706 ## Proposed Changes Updates dependencies across the workspace. Any crate that was not able to be brought to the latest version is listed in #1712. ## Additional Info NA
22 lines
534 B
TOML
22 lines
534 B
TOML
[package]
|
|
name = "slashing_protection"
|
|
version = "0.1.0"
|
|
authors = ["Michael Sproul <michael@sigmaprime.io>", "pscott <scottpiriou@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
tempfile = "3.1.0"
|
|
types = { path = "../../consensus/types" }
|
|
tree_hash = "0.1.1"
|
|
rusqlite = { version = "0.24.0", features = ["bundled"] }
|
|
r2d2 = "0.8.9"
|
|
r2d2_sqlite = "0.17.0"
|
|
parking_lot = "0.11.0"
|
|
serde = "1.0.116"
|
|
serde_derive = "1.0.116"
|
|
serde_json = "1.0.58"
|
|
serde_utils = { path = "../../consensus/serde_utils" }
|
|
|
|
[dev-dependencies]
|
|
rayon = "1.4.1"
|