bump miette to 4.4.0 (#5167)

This fixes an issue where docsrs error links were not working.

Ref: https://github.com/zkat/miette/issues/147
This commit is contained in:
Kat Marchán
2022-04-12 13:38:15 -07:00
committed by GitHub
parent 1f6e0255c0
commit 3783c19d02
4 changed files with 14 additions and 14 deletions

View File

@ -16,7 +16,7 @@ nu-ansi-term = "0.45.1"
nu-color-config = { path = "../nu-color-config", version = "0.61.0" }
crossterm = "0.23.0"
miette = { version = "4.1.0", features = ["fancy"] }
miette = { version = "4.4.0", features = ["fancy"] }
thiserror = "1.0.29"
reedline = { version = "0.4.0", features = ["bashisms"]}