diff --git a/Cargo.lock b/Cargo.lock index 9795a618..b52c0fb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3673,9 +3673,9 @@ dependencies = [ [[package]] name = "solang-parser" -version = "0.1.14" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a62cd1bd34217d4ac27aa4fad0e868983583a0c54cacc3a8590ea7029b50c2b" +checksum = "a1f68b8280e3f354d5646218319bcee4febe42833cef5ebf653cfc49d0a94409" dependencies = [ "itertools", "lalrpop", diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index 4e9c0d6d..d7b257c9 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -35,7 +35,7 @@ tempfile = { version = "3.3.0", optional = true } fs_extra = { version = "1.2.0", optional = true } sha2 = { version = "0.9.8", default-features = false, optional = true } dunce = "1.0.2" -solang-parser = { default-features = false, version = "=0.1.14" } +solang-parser = { default-features = false, version = "=0.1.16" } rayon = "1.5.3" rand = { version = "0.8.5", optional = true } path-slash = "0.1.5"