Skip to content

Commit

Permalink
Update lalrpop-util requirement from 0.20 to 0.21
Browse files Browse the repository at this point in the history
Updates the requirements on [lalrpop-util](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.20.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 0751055 commit 1218dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ folidity-verifier = { path = "crates/verifier" }
folidity-emitter = { path = "crates/emitter" }
derive-node = { path = "crates/derive_node" }
logos = "0.14"
lalrpop-util = "0.20"
lalrpop-util = "0.21"
lalrpop = "0.20"
thiserror = "1.0"
syn = "2.0"
Expand Down

0 comments on commit 1218dd4

Please sign in to comment.