From 6968a646719733e9e659a840e75796d4a37d149a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 12:03:31 +0000 Subject: [PATCH] chore(deps): update brush-parser digest to 1f9c47c --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 778c5d4a..39cd9234 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ bindgen = "0.72.1" bitflags = "2.10.0" # The newest released version (0.3.0) of brush-parser has a bug that reports incorrect locations for some ast nodes. # The latest commit has fixed it. TODO: switch back to released version when a new version is published. -brush-parser = { git = "https://github.com/reubeno/brush", rev = "dcb760933b10ee0433d7b740a5709b06f5c67c6b" } +brush-parser = { git = "https://github.com/reubeno/brush", rev = "1f9c47c0bc08201ea8ab5aad1b983ac15c3be313" } bstr = { version = "1.12.0", default-features = false, features = ["alloc", "std"] } bumpalo = { version = "3.17.0", features = ["allocator-api2"] } bytemuck = { version = "1.23.0", features = ["extern_crate_alloc", "must_cast"] }