From c0098a759b61d0d825cf8e44e07b73915701ab20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 11:11:00 +0000 Subject: [PATCH] chore(deps): update rust crate miette to v4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20783eba9..dc347d543 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ serde_json = "1" # Other dependencies insta = "1.43.2" lazy-regex = "3.5.1" -miette = { package = "oxc-miette", version = "3.0.0", features = ["fancy-no-syscall"] } +miette = { package = "oxc-miette", version = "4.0.0", features = ["fancy-no-syscall"] } mimalloc-safe = "0.1.56" pico-args = "0.5.0" project-root = "0.2.2"