We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b09bb commit e9a833aCopy full SHA for e9a833a
Cargo.toml
@@ -33,7 +33,7 @@ knuffel = "3.2.0"
33
libipcc = { git = "https://github.com/oxidecomputer/ipcc-rs", rev = "dbaad520e1f5ae32c10db16ce176f9c24de95652" }
34
log = { version = "0.4.28", features = ["std"] }
35
# pin miette to same version used by knuffel
36
-miette = { version = "5.10", features = ["fancy"] }
+miette = { version = "7.0", features = ["fancy"] }
37
p384 = { version = "0.13.1", default-features = false }
38
pem-rfc7468 = { version = "0.7.0", default-features = false }
39
rats-corim.git = "https://github.com/oxidecomputer/rats-corim"
0 commit comments