From bc3fb803befce1fb3db000437a3a1e187250460f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:25:07 +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 692afea..281fa69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,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"