From b704cd7c0690a304f595089a6dc7c4da211fb208 Mon Sep 17 00:00:00 2001 From: snf Date: Tue, 30 Dec 2025 01:45:09 +0000 Subject: [PATCH] bumping alloy and revm versions --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a92ff44..6e73d35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,11 +13,11 @@ categories = ["cryptography::cryptocurrencies", "development-tools::build-utils" readme = "README.md" [dependencies] -alloy-primitives = { version = "1.0" } +alloy-primitives = { version = "1.5.2" } [dev-dependencies] tokio = { version = "1.44", features = ["rt", "macros"] } -alloy = { version = "0.14", features = ["full", "node-bindings"] } +alloy = { version = "1.2.1", features = ["full", "node-bindings"] } [build-dependencies] hex = "0.4.3"