Skip to content

Commit

Permalink
chore(deps): dedup c-kzg by unpinning it (#4827)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Sep 27, 2023
1 parent 0cdd302 commit 6d02811
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
23 changes: 5 additions & 18 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ strum = "0.25"
rayon = "1.7"
itertools = "0.11"
parking_lot = "0.12"
metrics = "0.21.1" # Needed for `metrics-macro` to resolve the crate using `::metrics` notation
metrics = "0.21.1" # Needed for `metrics-macro` to resolve the crate using `::metrics` notation
hex-literal = "0.4"

### proc-macros
Expand Down Expand Up @@ -164,7 +164,7 @@ secp256k1 = { version = "0.27.0", default-features = false, features = [
] }
enr = { version = "0.9", default-features = false, features = ["k256"] }
# for eip-4844
c-kzg = { git = "https://github.com/ethereum/c-kzg-4844", rev = "f5f6f863d475847876a2bd5ee252058d37c3a15d" }
c-kzg = { git = "https://github.com/ethereum/c-kzg-4844" }

## config
confy = "0.5"
Expand Down

0 comments on commit 6d02811

Please sign in to comment.