From d92bdebd46a61696be07ac3e70f847c8e7a2787a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 20:29:21 +0000 Subject: [PATCH] Update miette requirement from 5.10.0 to 7.1.0 Updates the requirements on [miette](https://github.com/zkat/miette) to permit the latest version. - [Release notes](https://github.com/zkat/miette/releases) - [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md) - [Commits](https://github.com/zkat/miette/compare/miette-derive-v5.10.0...miette-derive-v7.1.0) --- updated-dependencies: - dependency-name: miette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b381bbd..30d907f1 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.1.0", features = ["fancy"] } mimalloc = { version = "0.1.39", default-features = false } notify = "6.1.1" path-clean = "1.0.1"