From 2128a9c7b9ed35b3163fb3c3a049d16628ed1be9 Mon Sep 17 00:00:00 2001 From: dylan Date: Tue, 7 Jan 2025 11:58:33 -0700 Subject: [PATCH] get alloy versions in agreement again --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 797a8b0..bcbf0c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/init4tech/zenith" license = "AGPL-3.0" [dependencies] -alloy = { version = "0.9", features = ["full", "json-rpc", "signer-aws", "rpc-types-mev"] } +alloy = { version = "=0.7.3", features = ["full", "json-rpc", "signer-aws", "rpc-types-mev"] } alloy-primitives = { version = "0.8.11", features = ["serde", "tiny-keccak"] } alloy-sol-types = { version = "0.8.11", features = ["json"] } alloy-rlp = { version = "0.3.4" }