chore(deps): bump solang-parser from 0.1.11 to 0.1.12 (#1152)
Bumps [solang-parser](https://github.com/hyperledger-labs/solang) from 0.1.11 to 0.1.12. - [Release notes](https://github.com/hyperledger-labs/solang/releases) - [Changelog](https://github.com/hyperledger-labs/solang/blob/main/CHANGELOG.md) - [Commits](https://github.com/hyperledger-labs/solang/commits) --- updated-dependencies: - dependency-name: solang-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8dd553a5eb
commit
6ad3d292b4
|
@ -3522,9 +3522,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "solang-parser"
|
||||
version = "0.1.11"
|
||||
version = "0.1.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "90f49c1bb28a8814fdac132b1ec1f2f65c656186d8dfbc411db8bcaba45cdc06"
|
||||
checksum = "e6b2ad9c159bd02219a59368133301e6195fdaa2b5d55c628ccdcd611d49235f"
|
||||
dependencies = [
|
||||
"lalrpop",
|
||||
"lalrpop-util",
|
||||
|
|
|
@ -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.11" }
|
||||
solang-parser = { default-features = false, version = "0.1.12" }
|
||||
rayon = "1.5.1"
|
||||
rand = { version = "0.8.5", optional = true }
|
||||
|
||||
|
|
Loading…
Reference in New Issue