From 8f19ba1fa4753d3dda58a340d461324fa2649d62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 13:12:35 +0200 Subject: [PATCH] chore(deps): bump solang-parser from `f850719` to `b286b63` (#896) Bumps [solang-parser](https://github.com/hyperledger-labs/solang) from `f850719` to `b286b63`. - [Release notes](https://github.com/hyperledger-labs/solang/releases) - [Commits](https://github.com/hyperledger-labs/solang/compare/f8507191eb796646842f80728328b1bb17b075b5...b286b63d8003a17092e0ae54d89898970df6d6fa) --- updated-dependencies: - dependency-name: solang-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 7da774bc..0bded85b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3476,7 +3476,7 @@ dependencies = [ [[package]] name = "solang-parser" version = "0.1.1" -source = "git+https://github.com/hyperledger-labs/solang#f8507191eb796646842f80728328b1bb17b075b5" +source = "git+https://github.com/hyperledger-labs/solang#b286b63d8003a17092e0ae54d89898970df6d6fa" dependencies = [ "lalrpop", "lalrpop-util",