From 5a4b13e75774323d1b91ee2ed66ab78a5a7c67d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:43:59 +0000 Subject: [PATCH] fix(deps): update rust crate lalrpop-util to 0.22.0 --- compiler/zrc_parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/zrc_parser/Cargo.toml b/compiler/zrc_parser/Cargo.toml index 03a8fefd..7ab111fb 100644 --- a/compiler/zrc_parser/Cargo.toml +++ b/compiler/zrc_parser/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -lalrpop-util = { version = "0.20.2" } +lalrpop-util = { version = "0.22.0" } logos = "0.14.0" zrc_diagnostics = { version = "0.1.0", path = "../zrc_diagnostics" } zrc_utils = { version = "0.1.0", path = "../zrc_utils" }