From aa323550b59e2533b890695c64ee0ca3949d9254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 10:26:02 +0000 Subject: [PATCH] chore(deps): update lalrpop requirement from 0.19.12 to 0.20.0 Updates the requirements on [lalrpop](https://github.com/lalrpop/lalrpop) to permit the latest version. - [Changelog](https://github.com/lalrpop/lalrpop/blob/master/RELEASES.md) - [Commits](https://github.com/lalrpop/lalrpop/commits) --- updated-dependencies: - dependency-name: lalrpop dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cel-parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cel-parser/Cargo.toml b/cel-parser/Cargo.toml index ee77e9f..ec2bf9f 100644 --- a/cel-parser/Cargo.toml +++ b/cel-parser/Cargo.toml @@ -16,4 +16,4 @@ fail-on-warnings = [] lalrpop-util = { version = "0.19.12", features = ["lexer"] } [build-dependencies] -lalrpop = { version = "0.19.12", features = ["lexer"] } +lalrpop = { version = "0.20.0", features = ["lexer"] }