From 47391d05b936768b66ad8150aaaf2002ff68b01e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 08:19:03 +0000 Subject: [PATCH] chore(deps): 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 389f5ef..222c71e 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.1.0", features = ["fancy"] } thiserror = "1.0.56" tokio = { version = "1.35.1", features = ["full"] } tracing = "0.1.40"