Skip to content

Commit

Permalink
Update dependencies for alloy 0.8 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul authored Aug 23, 2024
1 parent 61dc186 commit ea2b0a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ keywords = ["ethereum"]
categories = ["cryptography::cryptocurrencies"]

[dependencies]
tree_hash = "0.7.0"
ethereum_serde_utils = "0.6"
ethereum_ssz = "0.6"
tree_hash = "0.8.0"
ethereum_serde_utils = "0.7.0"
ethereum_ssz = "0.7.0"
serde = "1.0.0"
serde_derive = "1.0.0"
typenum = "1.12.0"
Expand All @@ -24,4 +24,4 @@ itertools = "0.13.0"

[dev-dependencies]
serde_json = "1.0.0"
tree_hash_derive = "0.7.0"
tree_hash_derive = "0.8.0"

0 comments on commit ea2b0a6

Please sign in to comment.