Skip to content

Commit

Permalink
feat(bolt-boost): update ssz-rs dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mempirate committed Oct 4, 2024
1 parent b93f970 commit 409fe92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions bolt-boost/Cargo.lock

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

6 changes: 3 additions & 3 deletions bolt-boost/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ thiserror = "1.0.63"
reqwest = "0.12.7"

# crypto
ssz_rs = { git = "https://github.com/mempirate/ssz-rs", branch = "feat/bump-deps", features = [
ssz_rs = { git = "https://github.com/ralexstokes/ssz-rs", rev = "ec3073e", features = [
"sha2-asm",
] }
tree_hash = "0.8"
Expand All @@ -40,8 +40,8 @@ alloy = { version = "0.3.6", features = [
] }

# commit-boost
cb-common = { git = "https://github.com/commit-boost/commit-boost-client", rev = "v0.3.0" }
cb-pbs = { git = "https://github.com/commit-boost/commit-boost-client", rev = "v0.3.0" }
cb-common = { git = "https://github.com/commit-boost/commit-boost-client", tag = "v0.3.0" }
cb-pbs = { git = "https://github.com/commit-boost/commit-boost-client", tag = "v0.3.0" }

# other
rand = "0.8.5"
Expand Down

0 comments on commit 409fe92

Please sign in to comment.