Update miette dependency to 5.1 (#4412)

Just some dependency gardening, no other external motivation.
This commit is contained in:
Alex Crichton
2022-07-07 17:20:09 -05:00
committed by GitHub
parent ff8c26b7ef
commit b9e63fe77a
4 changed files with 7 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ criterion = "0.3"
[build-dependencies]
cranelift-codegen-meta = { path = "meta", version = "0.87.0" }
cranelift-isle = { path = "../isle/isle", version = "=0.87.0" }
miette = { version = "4.7.0", features = ["fancy"], optional = true }
miette = { version = "5.1.0", features = ["fancy"], optional = true }
[features]
default = ["std", "unwind"]