mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 17:25:15 +02:00
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:
@ -10,7 +10,7 @@ version = "0.61.0"
|
||||
|
||||
[dependencies]
|
||||
thiserror = "1.0.29"
|
||||
miette = "4.1.0"
|
||||
miette = "4.4.0"
|
||||
serde = {version = "1.0.130", features = ["derive"]}
|
||||
chrono = { version="0.4.19", features=["serde"] }
|
||||
indexmap = { version="1.7", features=["serde-1"] }
|
||||
|
Reference in New Issue
Block a user