From 066a89881a6e904c14ce6716505ba2cc106cb3ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:25:39 +0000 Subject: [PATCH] chore(deps): update rust crate miette to 7.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3ab7ab..c85948d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ eyre = "0.6" hashbrown = "0.14" json5 = "0.4.1" log = "0.4.17" -miette = "7.1.0" +miette = "7.2.0" prodash = "28.0.0" oxiri = { version = "0.2.2", features = ["serde"] } ratatui = "0.26"