From 1704788e0059644f717f3ad21d6fdb7d36815a62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 00:56:03 +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 50d6a07b..7561d6cb 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.42", default-features = false } notify = "6.1.1" path-clean = "1.0.1"