We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7617c commit afff265Copy full SHA for afff265
Cargo.toml
@@ -30,7 +30,7 @@ knuffel = "3.2.0"
30
libipcc = { git = "https://github.com/oxidecomputer/ipcc-rs", rev = "dbaad520e1f5ae32c10db16ce176f9c24de95652" }
31
log = { version = "0.4.28", features = ["std"] }
32
# pin miette to same version used by knuffel
33
-miette = { version = "5.10", features = ["fancy"] }
+miette = { version = "7.0", features = ["fancy"] }
34
p384 = { version = "0.13.1", default-features = false }
35
pem-rfc7468 = { version = "0.7.0", default-features = false }
36
rats-corim.git = "https://github.com/oxidecomputer/rats-corim"
0 commit comments