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" }