From 16c5d33716d1b46ab97769ec07f9a434034098d3 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Wed, 10 Nov 2021 15:42:50 +0300 Subject: [PATCH] bump `ethereum-types`' `impl-serde` to 0.3.2 (#569) * bump etherum-types' impl-serde to 0.3.2 * update max solc version --- Cargo.lock | 4 ++-- ethers-solc/src/compile.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 112e6453..1d8703b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1588,9 +1588,9 @@ dependencies = [ [[package]] name = "impl-serde" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b47ca4d2b6931707a55fce5cf66aff80e2178c8b63bbb4ecb5695cbc870ddf6f" +checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c" dependencies = [ "serde", ] diff --git a/ethers-solc/src/compile.rs b/ethers-solc/src/compile.rs index 44edc409..ca2eec37 100644 --- a/ethers-solc/src/compile.rs +++ b/ethers-solc/src/compile.rs @@ -451,7 +451,7 @@ mod tests { // update this test whenever there's a new sol // version. that's ok! good reminder to check the // patch notes. - (">=0.5.0", "0.8.9"), + (">=0.5.0", "0.8.10"), // range (">=0.4.0 <0.5.0", "0.4.26"), ]