Skip to content

Commit

Permalink
fix(deps): update rust crate miette to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2023
1 parent ca89a01 commit e0e76d6
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.1"
argh = "0.1"

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

[features]
Expand Down

0 comments on commit e0e76d6

Please sign in to comment.