Skip to content

Commit 1ea0e7a

Browse files
committed
fix(core): Update alloy to v0.3.2
Fixes a build issue with v0.3.1 and the rest of our dependencies Signed-off-by: Alexis Asseman <[email protected]>
1 parent 536c4a2 commit 1ea0e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tap_aggregator/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ prometheus = "0.13.3"
2727
axum = "0.6.18"
2828
futures-util = "0.3.28"
2929
lazy_static = "1.4.0"
30-
alloy-sol-types = { version = "0.3.1", features = ["eip712-serde"]}
31-
alloy-primitives = { version = "0.3.1", features = ["serde"]}
30+
alloy-sol-types = { version = "0.3.2", features = ["eip712-serde"]}
31+
alloy-primitives = { version = "0.3.2", features = ["serde"]}
3232
ethereum-types = "0.14.1"
3333
ruint = "1.10.1"
3434

0 commit comments

Comments
 (0)