From 4f6a564a89890ee6a606efd57d5ff12e275ab62b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:29:05 +0000 Subject: [PATCH] fix(deps): update rust crate lalrpop-util to 0.22.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 189ed0c..009f783 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.22.0" lazy_static = "1.4.0" logos = "0.14.0" poise = "0.5.7"