forked from extern/nushell
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:
@ -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"]}
|
||||
|
||||
|
Reference in New Issue
Block a user