dep(solc): solang-parser 0.2.3 (#2229)

This commit is contained in:
Roman Krasiuk 2023-03-05 21:43:32 +02:00 committed by GitHub
parent e54666b467
commit 445f3b375b
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

@ -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",

View File

@ -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"