Skip to content

Commit

Permalink
chore(deps): update alloy-rs core types monorepo to 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Delgado (LNSD) <lorenzo@edgeandnode.com>
  • Loading branch information
LNSD committed Apr 10, 2024
1 parent 458658b commit bb476d6
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 @@ -28,8 +28,8 @@ prometheus = "0.13.3"
axum = "0.6.18"
futures-util = "0.3.28"
lazy_static = "1.4.0"
alloy-sol-types = { version = "0.6.0", features = ["eip712-serde"] }
alloy-primitives = { version = "0.6.0", features = ["serde"] }
alloy-sol-types = { version = "0.7.0", features = ["eip712-serde"] }
alloy-primitives = { version = "0.7.0", 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 @@ -19,8 +19,8 @@ ethers-core = "2.0.0"
ethers-contract = "2.0.0"
ethers-contract-derive = "2.0.0"
anyhow = "1"
alloy-sol-types = { version = "0.6.0", features = ["eip712-serde"] }
alloy-primitives = { version = "0.6.0", features = ["serde"] }
alloy-sol-types = { version = "0.7.0", features = ["eip712-serde"] }
alloy-primitives = { version = "0.7.0", 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 @@ -20,8 +20,8 @@ futures = "0.3.28"
anyhow = "1.0.71"
tokio = "1.28.2"
prometheus = "0.13.3"
alloy-sol-types = { version = "0.6.0", features = ["eip712-serde"] }
alloy-primitives = { version = "0.6.0", features = ["serde"] }
alloy-sol-types = { version = "0.7.0", features = ["eip712-serde"] }
alloy-primitives = { version = "0.7.0", features = ["serde"] }

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

0 comments on commit bb476d6

Please sign in to comment.