From 58db6ad897460c383da371ba9a4e6b0c00deaee5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 03:46:11 +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 364cfc029..64f52159e 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"