Bump crate versions (#2829)

This commit is contained in:
Paul Hauner
2021-11-29 14:57:54 +11:00
parent f6748537db
commit 82a81524e3
31 changed files with 105 additions and 138 deletions

View File

@@ -11,5 +11,5 @@ clap = "2.33.3"
hex = "0.4.2"
dirs = "3.0.1"
eth2_network_config = { path = "../eth2_network_config" }
eth2_ssz = "0.4.0"
eth2_ssz = "0.4.1"
ethereum-types = "0.12.1"

View File

@@ -14,6 +14,6 @@ hex = "0.4.2"
[dependencies]
types = { path = "../../consensus/types"}
eth2_ssz = "0.4.0"
tree_hash = "0.4.0"
eth2_ssz = "0.4.1"
tree_hash = "0.4.1"
ethabi = "12.0.0"

View File

@@ -20,7 +20,7 @@ ring = "0.16.19"
bytes = "1.0.1"
account_utils = { path = "../../common/account_utils" }
sensitive_url = { path = "../../common/sensitive_url" }
eth2_ssz = "0.4.0"
eth2_ssz = "0.4.1"
eth2_ssz_derive = "0.3.0"
futures-util = "0.3.8"
futures = "0.3.8"

View File

@@ -16,6 +16,6 @@ tempfile = "3.1.0"
[dependencies]
serde_yaml = "0.8.13"
types = { path = "../../consensus/types"}
eth2_ssz = "0.4.0"
eth2_ssz = "0.4.1"
eth2_config = { path = "../eth2_config"}
enr = { version = "0.5.1", features = ["ed25519", "k256"] }

View File

@@ -16,7 +16,7 @@ filesystem = { path = "../filesystem" }
types = { path = "../../consensus/types" }
rand = "0.7.3"
deposit_contract = { path = "../deposit_contract" }
tree_hash = "0.4.0"
tree_hash = "0.4.1"
hex = "0.4.2"
derivative = "2.1.1"
lockfile = { path = "../lockfile" }