Skip to content

Commit

Permalink
refactor: upgrade miette (#9910)
Browse files Browse the repository at this point in the history
### Description

Upgrade miette to 7.5.0. This bring some nice changes like `NamedSource`
now being generic so you can get the underlying source instead of a
dynamic trait object.

Some minor formatting changes due to upgrade

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
  • Loading branch information
NicholasLYang authored Feb 7, 2025
1 parent 199d4ce commit 4115d5c
Show file tree
Hide file tree
Showing 32 changed files with 363 additions and 300 deletions.
167 changes: 90 additions & 77 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ strip = true
# ref: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#inheriting-a-dependency-from-a-workspace
[workspace.dependencies]
async-recursion = "1.0.2"
miette = { version = "5.10.0", features = ["fancy"] }
miette = { version = "7.5.0", features = ["fancy"] }
markdown = "1.0.0-alpha.18"

turbo-trace = { path = "crates/turbo-trace" }
Expand Down
Loading

0 comments on commit 4115d5c

Please sign in to comment.