Skip to content

Commit

Permalink
chore(deps): bump tree_hash from 0.8.0 to 0.9.0 in /bolt-sidecar
Browse files Browse the repository at this point in the history
Bumps [tree_hash](https://github.com/sigp/tree_hash) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/sigp/tree_hash/releases)
- [Commits](sigp/tree_hash@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: tree_hash
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent d11de12 commit c7d75f3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion bolt-sidecar/Cargo.lock

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

2 changes: 1 addition & 1 deletion bolt-sidecar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tokio-retry = "0.3.0"

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

0 comments on commit c7d75f3

Please sign in to comment.