chore(deps): bump solang-parser 0.1.11 (#1103)

This commit is contained in:
Matthias Seitz 2022-04-03 17:05:24 +02:00 committed by GitHub
parent 18dda9aa83
commit 5bbc6c34ab
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

@ -3522,9 +3522,9 @@ dependencies = [
[[package]]
name = "solang-parser"
version = "0.1.10"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06b8bfb6c910adbada563211b876b91a058791505e4cb646591b205fa817d01"
checksum = "90f49c1bb28a8814fdac132b1ec1f2f65c656186d8dfbc411db8bcaba45cdc06"
dependencies = [
"lalrpop",
"lalrpop-util",

View File

@ -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.10" }
solang-parser = { default-features = false, version = "0.1.11" }
rayon = "1.5.1"
rand = { version = "0.8.5", optional = true }