Skip to content

Commit

Permalink
bump miette to 4.4.0 (nushell#5167)
Browse files Browse the repository at this point in the history
This fixes an issue where docsrs error links were not working.

Ref: zkat/miette#147
  • Loading branch information
zkat committed Apr 12, 2022
1 parent 1f6e025 commit 3783c19
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/nu-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}

Expand Down
2 changes: 1 addition & 1 deletion crates/nu-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion crates/nu-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 3783c19

Please sign in to comment.