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

@ -8,7 +8,7 @@ version = "0.61.0"
[dependencies]
chrono = "0.4.19"
miette = "4.1.0"
miette = "4.4.0"
thiserror = "1.0.29"
serde_json = "1.0"
nu-path = {path = "../nu-path", version = "0.61.0" }