From 445f3b375bc3374e7c45eadd72833507ad1356d1 Mon Sep 17 00:00:00 2001 From: Roman Krasiuk Date: Sun, 5 Mar 2023 21:43:32 +0200 Subject: [PATCH] dep(solc): solang-parser 0.2.3 (#2229) --- Cargo.lock | 4 ++-- ethers-solc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76bcb938..8940a368 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4011,9 +4011,9 @@ dependencies = [ [[package]] name = "solang-parser" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58feb14d4002859db0b744b0915840bae403b8a5675efded3e8adddb6beb85b2" +checksum = "ff87dae6cdccacdbf3b19e99b271083556e808de0f59c74a01482f64fdbc61fc" dependencies = [ "itertools", "lalrpop", diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index 12c3f38a..a41beff7 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -37,7 +37,7 @@ tempfile = { version = "3.4.0", optional = true } fs_extra = { version = "1.3.0", optional = true } sha2 = { version = "0.10.6", default-features = false, optional = true } dunce = "1.0.3" -solang-parser = { default-features = false, version = "=0.2.2" } +solang-parser = { default-features = false, version = "=0.2.3" } rayon = "1.6.0" rand = { version = "0.8.5", optional = true } path-slash = "0.2.1"