Skip to content

Commit

Permalink
Merge pull request #548 from chainbound/tree-hash
Browse files Browse the repository at this point in the history
chore(bolt-sidecar): bump tree_hash
  • Loading branch information
merklefruit authored Dec 11, 2024
2 parents 91bce59 + 0ba6561 commit bd329a3
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 5 deletions.
40 changes: 37 additions & 3 deletions bolt-sidecar/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bolt-sidecar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ tokio-retry = "0.3.0"

# crypto
blst = "0.3.12"
tree_hash = "0.5"
tree_hash_derive = "0.5"
tree_hash = "0.8"
tree_hash_derive = "0.8"
secp256k1 = { version = "0.29.0", features = ["rand"] }
ssz_rs = { git = "https://github.com/ralexstokes/ssz-rs", rev = "ec3073e" }
ethereum_ssz = "0.5"
Expand Down

0 comments on commit bd329a3

Please sign in to comment.