Skip to content

Commit

Permalink
fix(deps): update rust crate miette to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 5, 2024
1 parent 76c7bd2 commit 339e239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lang-util = "=0.5.2"
argh = "0.1"

serde_json = { version = "1.0", optional = true }
miette = { version = "4.7", features = ["fancy"] }
miette = { version = "7.0", features = ["fancy"] }
thiserror = "1.0"

[features]
Expand Down

0 comments on commit 339e239

Please sign in to comment.