From 5bc3ebf910e6d92911be1284d80ed5aab97c281a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 23:15:26 +0000 Subject: [PATCH] fix(deps): update rust crate lalrpop-util to 0.23.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 189ed0c..2629c37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ async-recursion = "1.0.5" bitvec = "1.0.1" chrono = "0.4.37" dotenvy = "0.15.7" -lalrpop-util = "0.20.1" +lalrpop-util = "0.23.0" lazy_static = "1.4.0" logos = "0.14.0" poise = "0.5.7"