diff --git a/Cargo.toml b/Cargo.toml index f4d98f0..6af811b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,9 +22,9 @@ alloy-primitives = { version = "0.8", default-features = false, features = [ "std", "serde", ] } -alloy-rpc-types-eth = "0.4" -alloy-eips = "0.4" -alloy-serde = "0.4" +alloy-rpc-types-eth = "0.7" +alloy-eips = "0.7" +alloy-serde = "0.7" reqwest = { version = "0.12", default-features = false, features = ["json"] } serde = { version = "1.0", features = ["derive"] }