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"