Skip to content

Commit

Permalink
fix(deps): update rust crate miette to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent 1bf58f3 commit 4e01382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/deno-lint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env_logger = "0.11"
global_alloc = { path = "../../crates/alloc" }
globwalk = "0.9"
ignore = "0.4"
miette = { version = "5", features = ["fancy-no-backtrace"] }
miette = { version = "6", features = ["fancy-no-backtrace"] }
napi = { version = "2", default-features = false, features = ["napi3"] }
napi-derive = { version = "2" }
serde = "1"
Expand Down

0 comments on commit 4e01382

Please sign in to comment.