From 8308c57c3572ad0c42dc27c5caeca9f44c48c394 Mon Sep 17 00:00:00 2001 From: Roman Krasiuk Date: Fri, 9 Feb 2024 15:52:47 +0100 Subject: [PATCH] pin alloy deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b1951bb..49936e97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,8 @@ rust.rust_2018_idioms = "deny" # eth alloy-sol-types = "0.6" alloy-primitives = "0.6" -alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy" } -alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy" } +alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "80206e7" } +alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", rev = "80206e7" } # revm = "4.0" revm = { git = "https://github.com/bluealloy/revm", branch = "main", default-features = false, features = [