From 6b989ac45b66bab3c91abff665df8aba1f923c43 Mon Sep 17 00:00:00 2001 From: Lorenzo Delgado Date: Wed, 10 Apr 2024 15:58:23 +0200 Subject: [PATCH] chore(deps): update alloy-rs core types monorepo to 0.7.0 Signed-off-by: Lorenzo Delgado --- tap_aggregator/Cargo.toml | 4 ++-- tap_core/Cargo.toml | 4 ++-- tap_integration_tests/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tap_aggregator/Cargo.toml b/tap_aggregator/Cargo.toml index 93328735..fc595136 100644 --- a/tap_aggregator/Cargo.toml +++ b/tap_aggregator/Cargo.toml @@ -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" diff --git a/tap_core/Cargo.toml b/tap_core/Cargo.toml index 5b8560e2..c7da42d4 100644 --- a/tap_core/Cargo.toml +++ b/tap_core/Cargo.toml @@ -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" diff --git a/tap_integration_tests/Cargo.toml b/tap_integration_tests/Cargo.toml index 7c7eac0d..6e909311 100644 --- a/tap_integration_tests/Cargo.toml +++ b/tap_integration_tests/Cargo.toml @@ -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"