From b6f2281e4e9add4f9307dec77297da2c6744c754 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 06:15:09 +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 05bbcf6..a6f62b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,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"