diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index dad53775..c860fdb5 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 } dunce = "1.0.2" -solang-parser = { default-features = false, version = "0.1.2" } +solang-parser = { default-features = false, version = "0.1.10" } rayon = "1.5.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies]