chore(deps): solang 0.1.16 (#1446)

* upgrade solang to 0.1.15

* solang 0.0.16
This commit is contained in:
Roman Krasiuk 2022-07-04 21:57:16 +03:00 committed by GitHub
parent b287fcca4d
commit 2d8020eb3c
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

@ -3673,9 +3673,9 @@ dependencies = [
[[package]]
name = "solang-parser"
version = "0.1.14"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a62cd1bd34217d4ac27aa4fad0e868983583a0c54cacc3a8590ea7029b50c2b"
checksum = "a1f68b8280e3f354d5646218319bcee4febe42833cef5ebf653cfc49d0a94409"
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.14" }
solang-parser = { default-features = false, version = "=0.1.16" }
rayon = "1.5.3"
rand = { version = "0.8.5", optional = true }
path-slash = "0.1.5"