From aec9e9380d67677e89582e4a8f74321ecefb99ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 04:07:37 +0000 Subject: [PATCH] Update lalrpop requirement from 0.20 to 0.21 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.20.2) --- updated-dependencies: - dependency-name: lalrpop dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b92e563..6fe061e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ folidity-emitter = { path = "crates/emitter" } derive-node = { path = "crates/derive_node" } logos = "0.14" lalrpop-util = "0.20" -lalrpop = "0.20" +lalrpop = "0.21" thiserror = "1.0" syn = "2.0" synstructure = "0.13"