diff --git a/Cargo.toml b/Cargo.toml index 686ebf6..837799b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,11 +28,11 @@ futures-timer = "0.3.0" again = "0.1" # Alloy types +alloy-rlp = { version = "0.3", default-features = false } alloy-primitives = { version = "0.7.1", default-features = false, features = ["serde"] } alloy-provider = { git = "https://github.com/alloy-rs/alloy" } alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy" } alloy-consensus = { git = "https://github.com/alloy-rs/alloy" } -alloy-rlp = { git = "https://github.com/alloy-rs/alloy" } alloy-eips = { git = "https://github.com/alloy-rs/alloy" } # Logging and Metrics