From 93b5b3b7fb89581ed1a36088b54cf721bba5c7c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 04:41:34 +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 9cbc008..ff566ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ knuffel = "3.2.0" libipcc = { git = "https://github.com/oxidecomputer/ipcc-rs", rev = "dbaad520e1f5ae32c10db16ce176f9c24de95652" } 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"