Skip to content

Commit

Permalink
Upgrade some other dependencies so they start using miette 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Feb 6, 2025
1 parent 2a445a5 commit 59cf259
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 14 deletions.
40 changes: 29 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 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 = "7.4.0", features = ["fancy"] }
miette = { version = "7.5.0", features = ["fancy"] }
markdown = "1.0.0-alpha.18"

turbo-trace = { path = "crates/turbo-trace" }
Expand Down
4 changes: 2 additions & 2 deletions crates/turborepo-wax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ thiserror = "^1.0.0"
[dependencies.miette]
default-features = false
optional = true
version = "^5.10.0"
version = "7.5.0"

[dependencies.regex]
default-features = false
Expand All @@ -44,7 +44,7 @@ thiserror = "^1.0.0"

[dependencies.tardar]
optional = true
version = "^0.1.0"
version = "^0.2.0"

[dependencies.walkdir]
optional = true
Expand Down

0 comments on commit 59cf259

Please sign in to comment.