dep: solang-parser 0.2.2 (#2135)

This commit is contained in:
Roman Krasiuk 2023-02-10 21:48:54 +02:00 committed by GitHub
parent c436eae96c
commit 6528664e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4027,9 +4027,9 @@ dependencies = [
[[package]]
name = "solang-parser"
version = "0.2.1"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e9653f278d9531b60f042c29732bb835d519943f4167b1e5684c7e820dd9fec"
checksum = "58feb14d4002859db0b744b0915840bae403b8a5675efded3e8adddb6beb85b2"
dependencies = [
"itertools",
"lalrpop",

View File

@ -37,7 +37,7 @@ tempfile = { version = "3.3.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.1" }
solang-parser = { default-features = false, version = "=0.2.2" }
rayon = "1.6.0"
rand = { version = "0.8.5", optional = true }
path-slash = "0.2.1"