From 37dbee4d18ec14835199285075d24362e0ae7bcf Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Fri, 26 Jan 2024 19:30:27 +0100 Subject: [PATCH] chore(deps): unpin k256 --- crates/anvil/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/anvil/Cargo.toml b/crates/anvil/Cargo.toml index 15e6ea9921fb..6d51daed0877 100644 --- a/crates/anvil/Cargo.toml +++ b/crates/anvil/Cargo.toml @@ -29,8 +29,7 @@ foundry-evm.workspace = true # evm support bytes = "1.4.0" -# needed as documented in https://github.com/foundry-rs/foundry/pull/6358 -k256 = "=0.13.1" +k256 = "0.13" ethers = { workspace = true, features = ["rustls", "ws", "ipc", "optimism"] } trie-db = "0.23" hash-db = "0.15"