From 275025341d7adc8d918b35778927001cb9596f7b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 21 Jul 2023 16:32:16 +1200 Subject: [PATCH] fix(deps): update rust crate pest to 2.7 --- outrun-parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outrun-parser/Cargo.toml b/outrun-parser/Cargo.toml index 195c3bd..373511b 100644 --- a/outrun-parser/Cargo.toml +++ b/outrun-parser/Cargo.toml @@ -11,6 +11,6 @@ version = "0.1.0" [dependencies] lazy_static = "1.4" miette = {version = "5.10", features = ["fancy"]} -pest = "2.5" +pest = "2.7" pest_derive = "2.7" thiserror = "1.0"