diff --git a/Cargo.lock b/Cargo.lock index fc514a8..ad59f12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1987,9 +1987,9 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flate2" -version = "1.0.28" +version = "1.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" +checksum = "4556222738635b7a3417ae6130d8f52201e45a0c4d1a907f0826383adb5f85e7" dependencies = [ "crc32fast", "miniz_oxide", diff --git a/Cargo.toml b/Cargo.toml index 99f9e57..0fec1e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ ethers-solc = "1.0.2" ethers-providers = "1.0.2" ethers = "1.0.2" -flate2 = "1.0.25" +flate2 = "1.0.29" figment = "0.10.8" fs_extra = "1.3.0" futures = "0.3.26"