From d2d216e11bece5b1d20ea5a9edbfe8b7d9b18755 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 04:45:36 +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 6ac1db729..462c48d18 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"