From 28a0e5bb39cf52f33bf029929da61ffdc37ecc70 Mon Sep 17 00:00:00 2001 From: Arsenii Kulikov Date: Tue, 13 Feb 2024 18:46:33 +0400 Subject: [PATCH] bump --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8957b6d8f43f..cb2542b567d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3086,9 +3086,9 @@ dependencies = [ [[package]] name = "foundry-compilers" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7accbeb76f0a3f75a7fed9c4c008b956311f1c4edbd0b301716647c12f763f6c" +checksum = "ba64504d49ebda9141869b2ba23db2d685ae4cf17bcddf5e61f0e4bc515ebb25" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -3098,6 +3098,7 @@ dependencies = [ "fs_extra", "futures-util", "home", + "itertools 0.12.1", "md-5 0.10.6", "memmap2 0.9.4", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 6dd40aa25b57..97e815342e71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ foundry-wallets = { path = "crates/wallets" } # solc & compilation utilities foundry-block-explorers = { version = "0.2.3", default-features = false } -foundry-compilers = { version = "0.3.5", default-features = false } +foundry-compilers = { version = "0.3.6", default-features = false } ## revm # no default features to avoid c-kzg