Skip to content

Commit 1a837b6

Browse files
authored
Merge pull request #172 from semiotic-ai/update_alloy
fix(core): Update alloy to v0.3.2
2 parents 536c4a2 + 1ea0e7a commit 1a837b6

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)