From 99b1f6b2b9ab399378351ff0693a801a94b63ed4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 04:43:48 +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 ff6a2bb..0946941 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ knuffel = "3.2.0" libipcc = { git = "https://github.com/oxidecomputer/ipcc-rs", rev = "7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf" } log = { version = "0.4.28", features = ["std"] } # pin miette to same version used by knuffel -miette = { version = "5.10", features = ["fancy"] } +miette = { version = "7.0", features = ["fancy"] } p384 = { version = "0.13.1", default-features = false } pem-rfc7468 = { version = "0.7.0", default-features = false } rats-corim.git = "https://github.com/oxidecomputer/rats-corim"