Skip to content

Commit

Permalink
chore(deps): update lalrpop requirement from 0.20 to 0.22 (#89)
Browse files Browse the repository at this point in the history
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](lalrpop/lalrpop@0.20.0...0.22.0)

---
updated-dependencies:
- dependency-name: lalrpop
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent d55cf90 commit 4f430b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cel-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit 4f430b4

Please sign in to comment.