From 4f430b441ff07b8e4f2e3913b1352b6668867b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:01:35 -0500 Subject: [PATCH] chore(deps): update lalrpop requirement from 0.20 to 0.22 (#89) 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/compare/0.20.0...0.22.0) --- updated-dependencies: - dependency-name: lalrpop dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 01d01c8..62050ae 100644 --- a/cel-parser/Cargo.toml +++ b/cel-parser/Cargo.toml @@ -16,4 +16,4 @@ fail-on-warnings = [] lalrpop-util = { version = "0.20", features = ["lexer"] } [build-dependencies] -lalrpop = { version = "0.20", features = ["lexer"] } +lalrpop = { version = "0.22", features = ["lexer"] }