From 6ce472f2fec96dcf7db9d79742122ac50e6e9c5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 09:25:05 +0000 Subject: [PATCH] Update Rust crate miette to v7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 479f2845..45000ca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ lazy_static = "1.4.0" liquid = "0.26.4" liquid-core = "0.26.4" liquid-lib = { version = "0.26.4", features = ["all", "stdlib", "jekyll", "shopify", "extra"] } -miette = { version = "5.10.0", features = ["fancy"] } +miette = { version = "7.0.0", features = ["fancy"] } mimalloc = { version = "0.1.41", default-features = false } notify = "6.1.1" path-clean = "1.0.1"