Skip to content

Commit

Permalink
Merge pull request #181 from Jannis/jannis/update-alloy
Browse files Browse the repository at this point in the history
chore: update alloy-primitives and alloy-sol-types
  • Loading branch information
aasseman authored Oct 12, 2023
2 parents b5761c9 + 27bf309 commit e65ae02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tap_aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ prometheus = "0.13.3"
axum = "0.6.18"
futures-util = "0.3.28"
lazy_static = "1.4.0"
alloy-sol-types = { version = "0.3.2", features = ["eip712-serde"]}
alloy-primitives = { version = "0.3.2", features = ["serde"]}
alloy-sol-types = { version = "0.4.2", features = ["eip712-serde"]}
alloy-primitives = { version = "0.4.2", features = ["serde"]}
ethereum-types = "0.14.1"
ruint = "1.10.1"

Expand Down
4 changes: 2 additions & 2 deletions tap_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ ethers-core = "2.0.0"
ethers-contract = "2.0.0"
ethers-contract-derive = "2.0.0"
anyhow = "1"
alloy-sol-types = { version = "0.3.2", features = ["eip712-serde"]}
alloy-primitives = { version = "0.3.2", features = ["serde"]}
alloy-sol-types = { version = "0.4.2", features = ["eip712-serde"]}
alloy-primitives = { version = "0.4.2", features = ["serde"]}

strum = "0.24.1"
strum_macros = "0.24.3"
Expand Down
4 changes: 2 additions & 2 deletions tap_integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ futures = "0.3.28"
anyhow = "1.0.71"
tokio = "1.28.2"
prometheus = "0.13.3"
alloy-sol-types = { version = "0.3.2", features = ["eip712-serde"]}
alloy-primitives = { version = "0.3.2", features = ["serde"]}
alloy-sol-types = { version = "0.4.2", features = ["eip712-serde"]}
alloy-primitives = { version = "0.4.2", features = ["serde"]}

[[test]]
name = "integration_tests"
Expand Down

0 comments on commit e65ae02

Please sign in to comment.