From 906ce9cf04f0ba2add520e5e5603e2814e02fba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 08:55:59 +0000 Subject: [PATCH] chore(deps): update miette requirement from 5.10.0 to 7.2.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.2.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 5887f6a..4125b47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ path = "src/main.rs" required-features = ["cli"] [dependencies] -miette = { version = "5.10.0", features = ["fancy"] } +miette = { version = "7.2.0", features = ["fancy"] } thiserror = "1.0.56" tokio = { version = "1.35.1", features = ["full"] } tracing = "0.1.40"