Skip to content

Commit 4115d5c

Browse files
refactor: upgrade miette (#9910)
### 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. -->
1 parent 199d4ce commit 4115d5c

File tree

32 files changed

+363
-300
lines changed

32 files changed

+363
-300
lines changed

Cargo.lock

+90-77
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ strip = true
4444
# ref: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#inheriting-a-dependency-from-a-workspace
4545
[workspace.dependencies]
4646
async-recursion = "1.0.2"
47-
miette = { version = "5.10.0", features = ["fancy"] }
47+
miette = { version = "7.5.0", features = ["fancy"] }
4848
markdown = "1.0.0-alpha.18"
4949

5050
turbo-trace = { path = "crates/turbo-trace" }

0 commit comments

Comments
 (0)