chore(deps): bump solang_parser 0.1.14 (#1369)

This commit is contained in:
Matthias Seitz 2022-06-10 15:45:21 +02:00 committed by GitHub
parent 8969cf1c4d
commit ab988e6bc0
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

@ -3573,9 +3573,9 @@ dependencies = [
[[package]]
name = "solang-parser"
version = "0.1.13"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "395b6e1ec5af117bd08f963c7cd80f8efd4eed51c5a332aed42b13e3f9bc860b"
checksum = "4a62cd1bd34217d4ac27aa4fad0e868983583a0c54cacc3a8590ea7029b50c2b"
dependencies = [
"itertools",
"lalrpop",

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.13" }
solang-parser = { default-features = false, version = "=0.1.14" }
rayon = "1.5.3"
rand = { version = "0.8.5", optional = true }
path-slash = "0.1.4"