From 6d8400d5cbae907903104e98c5f47cbd058c568f Mon Sep 17 00:00:00 2001 From: Yash Atreya <44857776+yash-atreya@users.noreply.github.com> Date: Fri, 30 Aug 2024 11:53:48 +0530 Subject: [PATCH] chore(deps): bump alloy --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e4936c135..628ca6bff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,8 +37,8 @@ foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = " foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.10.3" } foundry-compilers-core = { path = "crates/core", version = "0.10.3" } -alloy-json-abi = { version = "0.7", features = ["serde_json"] } -alloy-primitives = { version = "0.7", features = ["serde", "rand"] } +alloy-json-abi = { version = "0.8", features = ["serde_json"] } +alloy-primitives = { version = "0.8", features = ["serde", "rand"] } cfg-if = "1.0" dunce = "1.0" md-5 = "0.10"