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"