Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 5c1208c commit 9c526f7
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 25 deletions.
77 changes: 53 additions & 24 deletions 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 @@ -24,7 +24,7 @@ tree_hash = "0.5"
tree_hash_derive = "0.5"
secp256k1 = { version = "0.29.0", features = ["rand"] }
ssz_rs = { git = "https://github.com/ralexstokes/ssz-rs", rev = "ec3073e" }
ethereum_ssz = "0.5"
ethereum_ssz = "0.8"

# alloy
alloy = { version = "0.7.2", features = [
Expand Down

0 comments on commit 9c526f7

Please sign in to comment.