From 25bfce8a9170173c137a822849fbbf8126c7cffa Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Fri, 31 Jan 2025 12:31:38 +0100 Subject: [PATCH] chore: bump alloy 0.11 (#76) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 253f3c4..4a69507 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.7" -alloy-eips = "0.7" -alloy-serde = "0.7" +alloy-rpc-types-eth = "0.11" +alloy-eips = "0.11" +alloy-serde = "0.11" reqwest = { version = "0.12", default-features = false, features = ["json"] } serde = { version = "1.0", features = ["derive"] }