From cc32272debfeb01d0dcb0fa965777fd2f0fc28ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:25:33 +0000 Subject: [PATCH] Update miette requirement from 5.10.0 to 7.0.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.0.0) --- updated-dependencies: - dependency-name: miette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4a3ae20..37d6f2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tokio-util = { version = "0.7.10", default-features = false } pin-project-lite = "0.2.13" thiserror = "1.0.49" -miette = "5.10.0" +miette = "7.0.0" async-trait = "0.1.73" atomic = "0.6.0" bytemuck = { version = "1.14.0", features = ["derive"] } @@ -42,7 +42,7 @@ bytemuck = { version = "1.14.0", features = ["derive"] } # Error propagation anyhow = "1.0.75" eyre = "0.6.8" -miette = { version = "5.10.0", features = ["fancy"] } +miette = { version = "7.0.0", features = ["fancy"] } # Logging tracing-subscriber = "0.3.17"